Hide breadcrumb in SSRS SharePoint Integrated Mode

hide breadcrumb in ssrs sharepoint

In this article, I will explain how to remove or hide breadcrumb in SSRS Reporting Service SharePoint Integrated Mode.

Hide SSRS breadcrumb in SharePoint Integrated Mode

You might also like to read Missing SQL Server Reporting Services Service Application in SharePoint 2016.


Hide breadcrumb in SSRS

In SSRS, the breadcrumbs are really helpful for end-users to navigate various pages and find their way back from where they came from. but sometimes, you might need to hide it to avoid showing the Report Document Library and lost the current view,

Hide Navigation in SSRS Integrated Mode

How to Hide SSRS Breadcrumb In SharePoint Integrated Mode

  • Open “ReportingServices.css” file that has been located on this path
C:\Program Files\Microsoft SQL Server\MSRS10_50\Reporting Services\ReportManager\Styles
SSRS Reporting Services CSS file

Note: The above path depends on the installed SQL Server version, Ex:  SQL Server 2012 Reporting Service path is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\ Reporting Services\ReportManager\Styles

  • Open the file with an appropriate text editor.
  • Find CSS element called “.topBar”.
  • Add “display:none;” at “table.msrs-topBreadcrumb” as shown below:
Remove SSRS Breadcrumb / Navigation

Note: If your farm consists of more than one server, so you apply all the previous steps to all servers that host SRSS.

How to remove Breadcrumb Navigation Link in SSRS in SharePoint?

Alternatively, you can also remove Breadcrumb Navigation Link in SSRS by doing the following:

  • Edit the same file “ReportingServices.css“.
  • Search for “msrs-banner” and “msrs-linkpanel“.
  • Add “display:none;” as shown below:
Customize ReportingServices.css file

Note: If your farm consists of more than one server so you need to apply all the previous steps to all servers that host SRSS.


Hide Breadcrumb in SSRS SharePoint Integrated Mode Using Report URL Parameters

In some cases, the previous solutions might not work on some browsers! So, it’s preferred to hide breadcrumb in SSRS as OOTB through Report URL Parameters.

  • In SharePoint, open your SSRS report.
  • Check the Report URL.
  • After “?”, add the following word “rv:headerarea=none&  as shown below:
Hide SSRS using Relative Parameter rv:headerarea=none

Note: rv: QueryString stands for a relative URL.

SSRS-TopBar-HiddenRelativeURL

Report Viewer Parameters in SSRS (Reporting Service SharePoint Integrated Mode)

Below is the list of Report Viewer Parameters in SSRS that you may need to control the tool bar and breadcrumb in SSRS Report Viewer.

rv:HeaderArea [Full, None].Default: Full

Control how the Report Viewer web part’s header is displayed in the full-page view.

rv:ToolBar [Full, Navigation, None].Default: Full

Control how the ReportViewer web part’s toolbar is displayed in the full-page view.

rv:ParamMode [Full, Collapsed, Hidden].Default: Full

Control how the ReportViewer web part’s header is displayed in the full-page view.

rv:AsyncRender [true, false].Default: true

Control whether the report is rendered asynchronously or synchronously.

rv:DocMapAreaWidth [Non-negative integer]

Control the display width in pixels of the ReportViewer web part’s Document Map area.

rv:DocMapMode [Displayed, Collapsed, Hidden].Default: Dislayed

Control the display of the Document Map area of a report.

rv:DockToolBar [Top, Bottom].Default: Top

Controls whether the ReportViewer web part’s toolbar is docked to the top or bottom.

rv:ToolBarItemsDisplayMode

Controls turning off or on specific parts of the ReportViewer web part’s toolbar. This is an enumeration field.

eg. For no Actions “menurv:ToolBarItemsDisplayMode= 63 (or 0x3F);” For all of Actions menu only “rv:ToolBarItemsDisplayMode= 960 (or 0x3C0)


Conclusion

In conclusion, we have learned how to remove or hide breadcrumb in SSRS SharePoint Integrated Mode.

Applies To
  • SQL Server Reporting Service – SharePoint Integrated Mode.
  • SQL Server Reporting Service – Native Mode.
See Also

7 thoughts on “Hide breadcrumb in SSRS SharePoint Integrated Mode”

  1. Hi. This by far is closest to the issue I’m facing. I want to add rv:HeaderArea=None into my url as well. But I cannot figure out how. We’re using SP 2013 with SSAS in SQL server 2012. Thanks a lot!

  2. Public Adjuster allentown

    This is very attention-grabbing, You’re a very skilled blogger.
    I’ve joined your rss feed and sit up for in quest of more of your great post.
    Additionally, I have shared your website in my social networks

  3. This blog was… how do I say it? Relevant!! Finally I have found something which helped me.
    Thanks!

  4. poradnikkuchenny.wordpress.com

    Fine way of telling, and pleasant post to obtain facts about my presentation topic, which i am going to convey in institution of higher education.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top