You can provide report parameters in the URL for a report in SQL Reporting Services, but you have to use Report Server (ReportServer/Pages/ReportViewer.aspx), not Report Manager (Reports/Pages/Report.aspx.)
- Browse to the following URL:
https://<server>/ReportServer - Browse to the report you want to use, the path to the report will show up in the URL.
- Append the parameter(s) to the end of the new URL in the format: &<ParameterName>=<ParameterValue>
https://<server>/ReportServer/Pages/ReportViewer.aspx?/ConfigMgr_SYS/SYS+Custom+Reports/SYS+-+SW+-+Computers+With+SoftwareName+In+ARP&displayname=VMWare+Tools&CollID=SMS00001
You can specify one or more parameters, just add an & before each one. Parameter Names are case sensitive.