For displaying all the selected values of multi value parameter in SSRS report

If you want to display all selected values for multi value parameters in SSRS report then you have to use this function:

=Join(Parameters!ParameterName.Label, ",") "This will display all selected values for a parameter but  comma seperated"

=Join(Parameters!ParameterName.Label, VBCRLF)  "This will display all selected values for a parameter but  every value on a new line"

Now its up to you which function you use.

Comments

Popular posts from this blog

TSQL To Get All the Names of tables and Databases whose data have changed in last 24 Hours

To Get All the Names of tables and Databases their data have changed in last 24 Hours And Backup those databases

Apply paging in procedure