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

Code: Select all
Stimulsoft.Report.StiOptions.Appearance.ShowFormsHelp = false;