I want to display all the value selected fro multi value paramter:
Solution:
=Join(Parameters!Product.Label, ",") It will display all the selected value separated by comma
=Join(Parameters!Product.Label, vbcrfl) It will display all the selected value separated by new line
No comments:
Post a Comment