I published ssrs for sharepoint and am trying to pass the parameter value in the query string, but I could not determine the syntax. Here is the query string I pass. I am trying to pass CLordID = 1324381 . In my report, CLordID
Https: ///_layouts/ReportServer/RSViewerPage.aspx sv: RelativeReportUrl = / TestReports / Orders.rdl & RS: Command = Render & CLordID = 1324381
When I try to do this, I get:
Indicate a report of parameter values. Parameter values ββmust be specified before the report is displayed. Select the parameter values ββin the parameter area and click "Apply." Button.
I tried to make the parameter visible, hidden and internal, but I could not get it to work.
Any help is appreciated
query-string reporting-services sharepoint-2010
mikemurf22
source share