Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 How to pass parameter via URL

Author  Topic 

reddymade
Posting Yak Master

165 Posts

Posted - 2006-07-24 : 14:28:34
I am struggling to see how to pass a parameter via URL from aspx page:

http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fPcsReports%2fStatusReport

report project name is : PcsReports

report name: StatusReport

parameter name is eStatus (which can be 'All', 'Open', 'Closed', 'Pending')

Please help, that would be a great help.

Thank you.

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2006-07-24 : 16:29:10
A little googling turned this up:

http://support.microsoft.com/?kbid=842853



- Jeff
Go to Top of Page
   

- Advertisement -