Groups | Blog | Home
all groups > sql server reporting services > may 2005 >

sql server reporting services : How to hide the print button on the toolbar?


BF
5/25/2005 1:59:18 PM
I want to force users to export my report into PDF or Excel then print from
those applications. So I want to hide the print button on the toolbar. Does
anybody know how to hide the print button on the toolbar?

Daniel Reib (MSFT)
5/25/2005 2:17:04 PM
Set the RS property EnableClientPrinting. The only way to set this property
is by making a SOAP request. You will then need to restart IIS to ensure
that RS picks up the new property.

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

BF
5/25/2005 2:30:01 PM
Hi Daniel,

Thanks for the reply. But can you give me some detail information about how
to set the RS property EnableClientPrinting through SOAP request?

Thanks.


[quoted text, click to view]
Robert Bruckner [MSFT]
5/25/2005 11:13:26 PM
Please read the following KB article:
http://support.microsoft.com/kb/897121/


-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button