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 2005 Forums
 Analysis Server and Reporting Services (2005)
 Remove bar with 'next', 'select format', print ic

Author  Topic 

whhs
Starting Member

14 Posts

Posted - 2009-12-23 : 05:26:39
I would like to remove in some SQL Reporting Services reports the bar in which it is possible to skip to the next records, export to pdf etc and the print icon.

Is this possible? And how do I do that?

whhs
Starting Member

14 Posts

Posted - 2009-12-30 : 02:48:16
any suggestions as how to do this?
Go to Top of Page

learntsql

524 Posts

Posted - 2010-01-13 : 02:59:36
You have to do it in front end.
If you are using Report Viewer control in aspx page, this control has properties,their you can make visible as false.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-01-13 : 03:03:02
if i understand you correctly, what you need to do is to append the below parameter to your current report url to make it like

http://<Server Name>/reportserver?{full report path}&rs:Command=Render&rc:Toolbar=false
Go to Top of Page
   

- Advertisement -