Link to home
Start Free TrialLog in
Avatar of Lupo09
Lupo09Flag for Germany

asked on

SSRS - How to view multiselect parameters in Report

Hi Experts,
I'm working on some reports (SQL-Server Reporting Services 2005) and have some multi-select parameters.
Now I want to view in the report, which filter criteria (parameters) the user has selected. (So that the reports reader knows, what parameters were selected that gave the report he holds in his hands).
On single select parameters, that is not that difficult: I get it with Parameters!myParameter.Value or Parameters!myParameter.Label.

How can I get all the selected values of a multi-select parameter box?

Thanks a lot!

Kai
ASKER CERTIFIED SOLUTION
Avatar of shorak
shorak
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lupo09

ASKER

Thanks for quick help!