Hide/Remove Help from Winform VIEWER control

Stimulsoft Reports.NET discussion
Post Reply
russr999
Posts: 15
Joined: Wed Feb 25, 2015 9:13 pm

Hide/Remove Help from Winform VIEWER control

Post 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
:)
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Hide/Remove Help from Winform VIEWER control

Post 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.
Post Reply