how to hide the tools Edit Page and Editor by code

Stimulsoft Reports.NET discussion
Post Reply
bob
Posts: 1
Joined: Mon May 28, 2012 10:39 pm
Location: fuzhou,China

how to hide the tools Edit Page and Editor by code

Post by bob »

How to hide the tools Edit Page and Editor by code.Please show me the code. thx!Image:amazed: :amazed: Image[url]http://[/url]
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

how to hide the tools Edit Page and Editor by code

Post by HighAley »

Hello.

You should set next static properties:

Code: Select all

StiOptions.Viewer.Windows.ShowPageDesignButton = false;
StiOptions.Designer.CodeTabVisible = false;
Thank you.
Post Reply