When you would like to access Report Server from your application or just link reports, you can use URL of Report Server for such a task. URL access to Reporting Services supports few useful commands you can handle visualisation your reports.
There are following sets of commands you can change look your Reporting Services.
- HTML Viewer Commands (rc:) – you can collapse expand Report Viewer toolbar, Zoom Report, Go to specific page, etc.
- Report Server Commands (rs:) – export format of reports, list Reporting Services repository, etc.
- Report Viewer Web Part Commands (rv:) – SharePoint mode
Find more info here: https://bit.ly/2SYlgr0 .
Find few examples bellow.
Hide Toolbar with parameters.
http://dwh/Reportserver?/Blog/ReportSales7 - Interactive sorting&rc:Parameters=Collapsed
Go to second page.
http://dwh/Reportserver?/Blog/ReportSales0 - Detail data&rc:Section=2
List reports in directory.
http://dwh/Reportserver?/Blog/&rs:Command=GetChildren
Get PDF format of report.
http://dwh/Reportserver?/Blog/ReportSales0 - Detail data&rs:Format=PDF