I believe, and correct me if I'm wrong, that when you choose a parameter to be a multi-value parameter, it passes it as a comma delimited string, but is treated like an array.
I want to (in the simplest form) have a title of a report that includes all parameters (for example, "Report of " parm, parm, parm)
However, I am seeing that RS knows it is a multi value parm and is offering parm(0), parm(1) etc as value when I edit the text box and make it ="Report of " parm.value. How can I display the whole list of passed parameters, whether the user chooses one value from the drop down box or all?
I want to (in the simplest form) have a title of a report that includes all parameters (for example, "Report of " parm, parm, parm)
However, I am seeing that RS knows it is a multi value parm and is offering parm(0), parm(1) etc as value when I edit the text box and make it ="Report of " parm.value. How can I display the whole list of passed parameters, whether the user chooses one value from the drop down box or all?