Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Analysis Server and Reporting Services (2012)
 How to disable export for some reports in SSRS

Author  Topic 

ourtime545
Starting Member

11 Posts

Posted - 2013-07-01 : 11:43:36
Hi,
After we deploy reports from SSRS onto report viewer server.

I have 100 reports and I want to disable 10 out of that 100 reports to disable export button.

Is there anyway I can do that.

Thanks in advance.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-07-02 : 02:57:07
you've to edit the Reportserverconfig for that or pass corresponding value for ToolBarItemsDisplayMode URL parameter

ie like &rv:ToolBarItemsDisplayMode=
see

http://msdn.microsoft.com/en-us/library/ms152835.aspx
I hope you're using sharepoint integrated mode

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

ourtime545
Starting Member

11 Posts

Posted - 2013-07-08 : 10:53:09
Thank you Visakh for the reply.

But I am not using sharepoint integrated mode. I am using the default reporting report viewer.

http://reports/Reports/Pages/Folder.aspx
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-07-08 : 11:30:40
then only option is to edit the ReportServerConfig.xml in reportserver

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

ourtime545
Starting Member

11 Posts

Posted - 2013-07-09 : 09:00:11
Thanks will try today.
Go to Top of Page
   

- Advertisement -