Posted 5 March 2023, 5:41 pm EST
Hi Jonathan,
The Multivalue parameter stores the parameter values as an Object Array therefore displaying the same on the report displays ‘System.Object[]’.
In order to display the selections in a comma-separated string you can write your own method in the ‘Script’ section of your report which takes a ‘System.Object[]’ type of parameter, converts and concatenates each string with a comma, and returns the resultant string. After which you can call this method from your report using ‘=Code.YourMethod(@ReportParameter1)’ and it will display all your selected values in a comma-separated string.
Please find attached a sample implementing the same.
Regards,
Anand
RdlReport1.zip