Page 1 of 1

Hide/Remove Help from Winform VIEWER control

Posted: Sat Feb 28, 2015 12:28 am
by russr999
Hi,

I'm showing the viewer control inside my form (application).
How can I hide the help icon from showing on the VIEWER toolbar?
I need to be able to do this using VB not C#....

Thanks
:)

Re: Hide/Remove Help from Winform VIEWER control

Posted: Sat Feb 28, 2015 7:20 pm
by Jan
Hello,

Thank you for interesting in our product!

You can use following code. Please call this code before showing report.

Code: Select all

Stimulsoft.Report.StiOptions.Appearance.ShowFormsHelp = false;
Please contact us if you need any help!

Thank you.