Display multi-select parameters in report.
Remarks#
This is used to display all the Parameters selected in a multi-select by joining them with a comma.
Join
Join(Fields!Parameter_Name.Value, ", " )
This is used to display all the Parameters selected in a multi-select by joining them with a comma.
Join(Fields!Parameter_Name.Value, ", " )