Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hiding menu in SRSS

I have created a few reports which like users to be able to access via url mainly. I want to hide the menu options in these URLs'. Not sure how to do this this. This link:

remove-top-links-from-report-server

would require one to modify the actual css file, while this link: hiding-tool-bar-from-the-ssrs-report-while-using-them-in-dashboard-crm-2011

alludes to appending the url with'&rc:Toolbar=false' which i cannot get to work. So any suggestions or am i left with modifying a css file?

like image 924
Arantuath Avatar asked Jul 09 '13 13:07

Arantuath


1 Answers

Try &rv:Toolbar=false instead of &rc:Toolbar=false

This worked for me.

http://msdn.microsoft.com/en-us/library/ms152835.aspx

like image 99
Eric Avatar answered Oct 11 '22 12:10

Eric