I am using SSRS 2016, I want to hide the report toolbar at the top of the report. I have tried this rc:toolbar=none but it's not worked
http://SSRS2016/ReportServer/Pages/ReportViewer.aspx?%2fReportName&rs:Command=Render&rc:toolbar=none
In SSRS 2016, you can use this Report Control Parameter rc:toolbar=false in the Report Viewer URL as well as the Report Manager URL to remove the full report toolbar as the following:
At the end of the report URL add this Report Control Parameter &rc:toolbar=false to be like the below one
http://powerbi/BIServer/Pages/ReportViewer.aspx?%2fUntitled&rs:Command=Render&rc:toolbar=false
Output
In SSRS 2016, you can also remove the report toolbar through the Web Portal URL by doing the following:
At the end of the report URL add this Report Control Parameter ?rc:toolbar=false to be like the below one
http://powerbi/BI/report/Untitled?rc:toolbar=false
Note: the Report Control Parameter rc:toolbar=false can be used for SSRS Reports as well as Power BI Report Server Paginated Report
869 questions
574 answers
422 comments
190k users