I have a reporting service report that accepts a parameter. I am trying to pass the parameter as follows:
http://localhost/ReportsServer/Pages/Report.aspx?ItemPath=%2fSalesReports%2fReport1&CustomerID=3
The above seems not to work. Any idea?
Regards,
Try pointing to the server directly:
http://localhost/ReportsServer?%2fSalesReports%2fReport1&CustomerID=3