Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
2.4k views
in SQL Server Reporting Services by 13 13 22

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

hide toolbar in ssrs 2016


1 Answer

1 like 0 dislike
by 86 158 331
selected by
 
Best answer

How to remove or hide report toolbar in SSRS 2016?

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:

Hide report toolbar in SSRS 2016 using the Report Server Web Service URL

  • To get the report viewer URL, Open the Reporting Services Configuration Manager.
  • From the left side, click on "Web Service URL".
    SSRS Report Viewer URL
  • Below "Report Server Web Service URL", click on the URL.
  • The report list should be open.
    open report in Report Viewer in ssrs
  • Click on the report name that you would like to hide its toolbar.
  • 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

remove report toolbar in ssrs 2016

Hide report toolbar in SSRS 2016 using the Report Manager URL

In SSRS 2016, you can also remove the report toolbar through the Web Portal URL by doing the following:

  • To get the report viewer URL, Open the Reporting Services Configuration Manager.
  • From the left side, click on "Web Portal URL".
    SSRS Web Portal URL
  • The reporting portal should be open.
  • Click on the report name that you would like to hide its toolbar.
  • 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
    

Output

hide report toolbar in ssrs 2016

Note: the Report Control Parameter rc:toolbar=false can be used for SSRS Reports as well as Power BI Report Server Paginated Report


See Also

If you don’t ask, the answer is always NO!
...