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?
Any way to disable the CODE page in the Designer?
Hello,
You can use following code to switch off code panel:
Thank you.
You can use following code to switch off code panel:
Code: Select all
Stimulsoft.Report.StiOptions.Designer.CodeTabVisible = false;
Any way to disable the CODE page in the Designer?
Hi Jan,
Thank you for replying. I will try your suggestion and get back to you.
Regards
Thank you for replying. I will try your suggestion and get back to you.
Regards