0
votes

I have already created a report in SSRS 2008. I'm using the Report Viewer to view it. I have one Report Parameter which is a list of usernames. I'd like to programatically select a particular value from that list.

So for instance, user: sdsmith goes to the page. The webpage will grab that username, check it against the list in ReportParameter1, then set the value of ReportParameter1 to sdsmith if it's found in the list.

2

2 Answers

0
votes

I am assuming you would be OK with creating a web page that would get the username, and then you could pass it as part of the URL to the actual report on the report server.

http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/de8b7774-a766-4454-a817-81cc19bab4a3