Any way to disable the CODE page in the Designer?

Stimulsoft Reports.NET discussion
Post Reply
jshankar
Posts: 7
Joined: Wed Sep 16, 2009 2:59 pm
Location: Dubai, UAE

Any way to disable the CODE page in the Designer?

Post by jshankar »

Hi!

I am using the control via a COM interface in my application. Is there any setting/property to disable the CODE page(tab) from being displayed i.e. I just want the Design, Preview & HTML Preview pages to display?

Regards
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Any way to disable the CODE page in the Designer?

Post by Jan »

Hello,

You can use following code to switch off code panel:

Code: Select all

Stimulsoft.Report.StiOptions.Designer.CodeTabVisible = false;
Thank you.
jshankar
Posts: 7
Joined: Wed Sep 16, 2009 2:59 pm
Location: Dubai, UAE

Any way to disable the CODE page in the Designer?

Post by jshankar »

Hi Jan,

Thank you for replying. I will try your suggestion and get back to you.

Regards
Post Reply