Hi @Lee Polikoff
Do you mean you want to pass report parameters within the URL to SQL Report Server 2019 or Report Server Web Part SharePoint 2019? Then you can refer to this link: pass-a-report-parameter-within-a-url.
Best regards,
Aniya
Passing Parameters to Report Server or Report Server Web Part SharePoint 2019
I'm moving from a SharePoint Integrated environment in SP 2013 to using either a Report Viewer Web Part in SP 2019 or running the report directly from the SQL Report Server 2019. In my SP 2013 environment I would pass parameters in the URL like this:
https://apps1.xyz.com/sites/abc/_vti_bin/reportServer?https://apps1.xyz.com/sites/abc/Reports/The_Reports/2.1.1 Chart.rdl&rs:Command=Render&RC:ToolBar=true&RC:Parameters=true&Scope_Group_ID=0&ID=161&Contract=ABCDEFG&PROJECT=Rollercoaster&collectdate=3/31/2020
How would I do this for:
- A report residing in a report server web part on a SharePoint 2019 page.
- Directly calling the report deployed to the SQL Report Server 2019.
2 answers
Sort by: Most helpful
-
AniyaTang-MSFT 12,446 Reputation points Microsoft Vendor
2022-09-27T02:01:17.483+00:00 -
Lee Polikoff 21 Reputation points
2022-09-27T11:23:53.533+00:00 I found the following post which answered my question: passing-parameters-to-the-report-url-not-working.html
I had to format the url like this:
https://reports-qas.abc.com/ReportServer_SSRS30A?/ABC/Reports/THE FOLDER/Main Landing Page&Contract=123-456