Page 1 of 1

ShowHelp= false

Posted: Thu Jun 30, 2011 3:37 am
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.

ShowHelp= false

Posted: Fri Jul 01, 2011 2:46 am
by Anton Lozovskiy
Hello,

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

Thank you.