Can anyone tell me how to display all the selected value of my multi value parameter in SSRS report. When giving parameter.value
option it gives error.
You can use the "Join" function to create a single string out of the array of labels, like this:
=Join(Parameters!Product.Label, ",")