Hi. How can I show/hide Print and Save buttons in WebDesigner in it preview mode.
Thanks.
WebDesigner how to disable print button in view mode
-
- Posts: 7
- Joined: Wed Jun 02, 2010 8:31 am
- Location: CzechRepublic
WebDesigner how to disable print button in view mode
Hello Igor,
You can do it the following way:
Thank you.
You can do it the following way:
Code: Select all
StiWebDesignerOptions.Viewer.Toolbar.ShowPrintButton=false;
Code: Select all
StiWebDesignerOptions.Viewer.Toolbar.ShowSaveButton=false;
-
- Posts: 7
- Joined: Wed Jun 02, 2010 8:31 am
- Location: CzechRepublic
WebDesigner how to disable print button in view mode
Thank You. But I recived error "The type name Viewer does not exist in the type Stimulsoft.Report.Web.StiWebDesignerOptions "
WebDesigner how to disable print button in view mode
Hello, Igor
Please update to the latest prerelease build of our product, these options have appeared a few weeks ago.
Thank you.
Please update to the latest prerelease build of our product, these options have appeared a few weeks ago.
Thank you.