hiding code tab in designer

Stimulsoft Reports.NET discussion
Post Reply
blimey
Posts: 2
Joined: Fri Mar 07, 2008 8:56 pm
Location: Cleveland, OH US

hiding code tab in designer

Post by blimey »

Hello. I am currently evaluating the trial version of Stimulsoft. Is there a way to hide the code tab in Designer? I searched the forum and found ways to hide different Designer components, so you can offer a trimmed-down version to users. However, I was unsure on how to hide one of the tabs. I couldn't find this in the user documentation. Is there additional documentation that comes with the purchased version that might explain this as well? Thank you for any assistance.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

hiding code tab in designer

Post by Vital »

You can use following code:

Code: Select all

StiOptions.Designer.CodeTabVisible = false;
Thank you.
blimey
Posts: 2
Joined: Fri Mar 07, 2008 8:56 pm
Location: Cleveland, OH US

hiding code tab in designer

Post by blimey »

Great, thanks for the help!
Post Reply