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
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Parameters through URL

Author  Topic 

YosiP
Starting Member

1 Post

Posted - 2007-01-24 : 10:29:39
I am trying to use the URL to pass a parameter to a report. I have tried several ways to make this happen with no effect. My report is using a sproc that has a int parameter. I have tried make a list of partial parameters and passing the parameter I want through the URL. I hide the prompt. I put NULLs and Blanks allowed. I have created a linked report then hid the prompt. I used parameters=false instruction. Here is the basic URL http://reportsrv/Reports/Pages/Report.aspx?ItemPath=%2fActiveTasks%2fProject+Details&rs:Command=Render&ProjectID=56.

Please Help it is driving me crazy.

ajhuddy
Starting Member

3 Posts

Posted - 2007-08-22 : 17:07:26
If you haven't figured it out already...you have to reference http://reportsrv/ReportServer instead of /Reports.
Go to Top of Page
   

- Advertisement -