I have created a report in SSRS and wish to pass a parameter to a URL. I
appear to having a problem doing so. I have checked the advice given but it
does not seem to work. The parameter that I wish to pass in '08/09'. Is
this possible? The following is how it looks but do not work.
http://scqlapp/Reports/Pages/Report.aspx?ItemPath=%2f0809%2fCURRICULUM%2fCourse_Setup_Hygiene&acad_period=08/09
Does anyone have any suggestions?
Reports is the portal (Report Manager). ReportServer is the asp.net
application that is Reporting Services. Look in books online under URL
access. There is a lot of examples on how you can do this.
When you use Reports the report comes up but no parameters are passed in.
Next when you do this with the correct URL syntax be sure to have your
parameter case sensitive to the way it is in the report.

Signature
Bruce Loehle-Conger
MVP SQL Server Reporting Services
>I have created a report in SSRS and wish to pass a parameter to a URL. I
> appear to having a problem doing so. I have checked the advice given but
[quoted text clipped - 3 lines]
> http://scqlapp/Reports/Pages/Report.aspx?ItemPath=%2f0809%2fCURRICULUM%2fCourse_Setup_Hygiene&acad_period=08/09
> Does anyone have any suggestions?