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?

Thanks a lot.

Re: How to hide the print button on the toolbar? by Daniel

Daniel
Wed May 25 16:17:04 CDT 2005

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.


"BF" <BF@discussions.microsoft.com> wrote in message
news:1EE8F83A-365C-4279-8D82-ED612459DAF2@microsoft.com...
>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?
>
> Thanks a lot.



Re: How to hide the print button on the toolbar? by BF

BF
Wed May 25 16:30:01 CDT 2005

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.


"Daniel Reib (MSFT)" wrote:

> 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.
>
>
> "BF" <BF@discussions.microsoft.com> wrote in message
> news:1EE8F83A-365C-4279-8D82-ED612459DAF2@microsoft.com...
> >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?
> >
> > Thanks a lot.
>
>
>

Re: How to hide the print button on the toolbar? by Robert

Robert
Thu May 26 01:13:26 CDT 2005

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.


"BF" <BF@discussions.microsoft.com> wrote in message
news:E4CF5F41-E688-46BD-A8D1-C0D6BDE1C188@microsoft.com...
> 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.
>
>
> "Daniel Reib (MSFT)" wrote:
>
>> 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.
>>
>>
>> "BF" <BF@discussions.microsoft.com> wrote in message
>> news:1EE8F83A-365C-4279-8D82-ED612459DAF2@microsoft.com...
>> >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?
>> >
>> > Thanks a lot.
>>
>>
>>