Reporting ServicesSQL Server Reporting Services. Please specify which version.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Reporting Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am looking for a solution of following problem: I use SQL Server Reporting Services 2005 and create DataSet with parameter. For this parameter I created a separate DataSet. I customize the report parameter and set "Available value" = from query and use this new (second) DataSet. If I run the report and open the parameter I can see the list of available values and can select one of this. Is it possible (if yes how can I do it) to create a multiselection list box by opening the parameter list so that I can select more than one entry from the list ?
If you designate your parameter as a multi-value, this will present a checkbox list. In your main dataset, use the SQL IN() function as 'ProductID IN(@ProductIDs)'