Ookete,
The bad news is, I have yet to figure out how to choose multiple parameters in a Combo-box kind of way. The way RS has worked for me is that it only allows one choice out of the drop down list. It re-renders the report every time I make a choice on a parameter list, unless I leave an extra param without a default value that I have to choose each time.
The good news is, there may be a way around that. Since the report pops up in Visual Studio, you may be able to add a Combo-box to it. Not sure on that, though.
Another way would be to give the users a number of parameters to choose in advance. Like, User X could choose up to 3 products to view on or choose only a single product to view on or choose All Products to view on.
You would have to add an extra param. This param would have "Choose Single" or "Choose Three" or "Choose All" options. Then, based on the choice in this param, create a dataset with a Case or an If/Else statement that refers to the appropriate stored procedure (I did a nested If/Else - with 3 checks).
Choose All would trigger a proc that would do a "Select *" without conditions. Choose Single would trigger a proc that would do a "Select *" based on Param1. Choose Three would trigger a proc that would do a "Select * ... Where Col1 = Param1 or Col1 = Param2 or Col1 = Param3" kind of thing.
Does this make sense?
I'll check around and see if anyone else has managed combo boxes in RS. I'll post if I find anything.
Catadmin - MCDBA, MCSA
"If a person is Microsoft Certified, does that mean that Microsoft pays the bills for the funny white jackets that tie in the back???