WebDesigner how to disable print button in view mode
Posted: Tue Aug 24, 2010 8:11 am
Hi. How can I show/hide Print and Save buttons in WebDesigner in it preview mode.
Thanks.
Thanks.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
StiWebDesignerOptions.Viewer.Toolbar.ShowPrintButton=false;
Code: Select all
StiWebDesignerOptions.Viewer.Toolbar.ShowSaveButton=false;