Hi,
I'm trying to figure out the best way to pass multi value parameters
to an SSRS report. I've got WSS 3.0 set up with SSRS Integration. I
was using the built in Report Viewer Web Part, and having users select
parameter values in the parameter pane, but this seems to load
somewhat slowly, and the drop down used to select the values doesn't
provide enough screen space for the user to see the full text values
of their selections. As a result, I'm looking at trying to build a
web part to pass these parameters to the report. In testing, I've
played around with the RegionFilterWebPart example that Microsoft
provides on the MSDN site, but am having trouble getting that to
actually work (plus, according to what I've read, I can't pass multi
value parameters out of that web part). Does anyone have any ideas
for how I can do this?
Thanks!