Removing SSRS Navigation Toolbar

I've setup a very simple SSRS report to be used in Analytics. It takes no parameters and only reports 1 piece of data, so there is no chance it would ever have multiple pages or need to be printed or exported, but it always displays the navigation bar at the top. It's not a big deal but it is a bit annoying. From my research online, you can remove that toolbar by adding rc:Toolbar=false to a report URL. But we simply provide a file path in system tables, not a URL, so I have no idea where to add this parameter. And I can't find any info online on how to remove the toolbar when viewing it in a user client. I did attempt to add ?rc:Toolbar=false to the file path but that just caused the report to error out in analytics. Anyone have any idea on how to accomplish something like this for an ssrs widget in analytics?

Parents
  • The SSRS Report Widget in Analytics is not using the default ReportViewer in SSRS as the documentation infers.  It's using an embedded reportViewer in the TessituraWeb application.  As such, the standard URL querystring parameters for affecting the toolbar are not available. This would need to be an enhancement request in Tessitura to allow hiding the toolbar through some configuration. The Product team would be happy to get feedback at product@tessituranetwork.com.

    -Ryan Creps

    (It's a good suggestion if you ask me :) )

Reply
  • The SSRS Report Widget in Analytics is not using the default ReportViewer in SSRS as the documentation infers.  It's using an embedded reportViewer in the TessituraWeb application.  As such, the standard URL querystring parameters for affecting the toolbar are not available. This would need to be an enhancement request in Tessitura to allow hiding the toolbar through some configuration. The Product team would be happy to get feedback at product@tessituranetwork.com.

    -Ryan Creps

    (It's a good suggestion if you ask me :) )

Children
No Data