I want to hide buttons like "save" and "Open" in the wpf viewer. I know how to do this if I use StiwpfControlViewer control.
But I use the call "ShowWithWPF()" to show the report viewer. So, how do I accomplish using this mode? can I get access to the viewer?
Hide buttons in report viewer
Re: Hide buttons in report viewer
Hello,
Please try to set the following static properties:
Thank you.
Please try to set the following static properties:
Code: Select all
StiOptions.Viewer.Windows.ShowOpenButton = false;
StiOptions.Viewer.Windows.ShowSaveButton = false;