Page 1 of 1

Any way to disable the CODE page in the Designer?

Posted: Sun Sep 20, 2009 2:51 am
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

Any way to disable the CODE page in the Designer?

Posted: Sun Sep 20, 2009 4:56 am
by Jan
Hello,

You can use following code to switch off code panel:

Code: Select all

Stimulsoft.Report.StiOptions.Designer.CodeTabVisible = false;
Thank you.

Any way to disable the CODE page in the Designer?

Posted: Sun Sep 20, 2009 6:43 am
by jshankar
Hi Jan,

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

Regards