ShowHelp= false

Stimulsoft Reports.WPF discussion
Post Reply
rzanardini
Posts: 11
Joined: Fri Feb 11, 2011 8:41 am
Location: Italia

ShowHelp= false

Post by rzanardini »

Hi,
with this code I show your WPF designer:

using (var report = new StiReport())
{
report.DesignWithWpf();
}

I must hide the help button ("?") but if I try to run the code:
StiOptions.Designer.Ribbon.ShowHelp= false;

the "?" button is showed always...

You can help me to hide the help button please?

Thanks, Riccardo.
Anton Lozovskiy
Posts: 135
Joined: Tue Aug 11, 2009 9:38 am

ShowHelp= false

Post by Anton Lozovskiy »

Hello,

The problem is fixed. The patch is available in prerelease build of on 05 Jule 2011.

Thank you.
Post Reply