Is it possible to remove (o hide) the print icon from Reporting Services toolbar? Is there a simple way to do it? Thanks
Thank you for responding. I'll try your suggestion. But I already found a way to do this. The Microsoft ActiveX control, RSPrintClient, provides client-side printing for reports viewed in a browser. The print feature may be disabled by setting the report server system property EnableClientPrinting to false. This will disable client-side printing for all reports managed by that server. By default, EnableClientPrinting is set to true. You can disable client-side printing as follows: • Connect to the report server instance in SQL Server Management Studio. • Expand Databases. • Expand ReportServer database. • Expand Tables. • Open ConfigurationInfo table. • Set the value of EnableClientPrinting to false. It is NOT RECOMMENDED to alter config tables this way. So do it at your own risk... Albert.