IT Nota

  • Home
  • How To
  • .NET
  • WordPress
  • Contact

A Quick Way to Hide TopBar Navigation Link in SSRS

This is just a quick hack to hide the breadcrumb and navigation links in SSRS.

SSRS TopBar Navigation Link

Under default installation, locate ReportingServices.css file under the following path:
C:\Program Files\Microsoft SQL Server\MSRS10_50\Reporting Services\ReportManager\Styles

This path is for SSRS version 2008 R2. If you use a different version of SSRS, then you need to replace the path MSRS10_50 to something else specific to whichever SSRS version you’re using.

Open the file with a text editor.

Find a css element called .topBar.

Just add display:none; after the open curly bracket on the first table.msrs-topBreadcrumb element under the .topBar.

table.msrs-topBreadCrumb { 
	display:none; 
	[leave the rest as is]... 
}

ReportingServices.css Customization

The final result would look like the screenshot below:
SSRS TopBar Navigation Link Hidden

Caveat

This only works if you want to hide the links but there’s no concern over the security of having the users accessing them. The links themselves can easily be seen from the page’s HTML source code.

July 29, 2013 Filed Under: How To Tagged With: SSRS

Buy me a coffee?

Buy me a coffee If you find any of the articles or demos helpful, please consider supporting my work here, you'll have my big thanks!

Buy me a coffee Support this site
Buy Me a Coffee?

Categories

  • .NET
  • Coding
  • Cybersecurity
  • Database
  • How To
  • Internet
  • Multimedia
  • Photography
  • Programming
  • Resources
  • Review
  • Tips and Tricks
  • Uncategorized
  • Use Case
  • WordPress
  • Writing

Recent Posts

  • How to View Stored Procedure Code in SQL Server
  • How to Find a String in SQL Server Stored Procedures
  • How to Remove Cached Credentials without Rebooting Windows
  • ESP Work Automation: Empowering Enterprises with Streamlined Workflows and Operational Efficiency
  • How to Search for a String in All Tables in a Database

Recent Posts

  • How to View Stored Procedure Code in SQL Server
  • How to Find a String in SQL Server Stored Procedures
  • How to Remove Cached Credentials without Rebooting Windows
  • ESP Work Automation: Empowering Enterprises with Streamlined Workflows and Operational Efficiency
  • How to Search for a String in All Tables in a Database

Tags

.NET .NET Core AdSense ASP.NET Cdonts Dll Classic ASP Code Editor ETL FSharp Genesis Framework Git Google HP Asset Manager HTML5 Hugo IIS Information Security Internet Internet Information Services iOS JAMStack Linux macOS Microsoft Microsoft SQL Server MVC PHP PowerShell Python Simple Mail Transfer Protocol Smtp Server SQL SQL Server SSIS SSMS SSRS Sublime Text Visual Studio Visual Studio Code VPN Windows Windows 8 Windows 10 Windows 2012 Windows Server

Copyright © 2011-2025 IT Nota. All rights reserved. Terms of Use | Privacy Policy | Disclosure