Hide buttons and menus in wpf viewr

Stimulsoft Reports.WPF discussion
Post Reply
sri
Posts: 10
Joined: Thu Aug 16, 2012 5:23 pm

Hide buttons and menus in wpf viewr

Post by sri »

We don't want our customer to do following in the wpf vierwr.

1) Open button
2) Restrict save as options

How do I do this?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: Hide buttons and menus in wpf viewr

Post by Ivan »

Hello,

You can use the following static properties:

Code: Select all

StiOptions.Viewer.Windows.ShowOpenButton = false;
StiOptions.Viewer.Windows.ShowSaveButton = false;
Thank you.
Post Reply