Page 1 of 1
Customize StiWpf controls
Posted: Wed Jan 30, 2013 4:07 pm
by MarcoB
Hi,
two questions about StiWpf controls :
1) how to change the background color for a StiWpfViewerControl ?
2) how to hide "Language Slection" in StiWpfDesignerControl ?
many tanks, regards
Re: Customize StiWpf controls
Posted: Thu Jan 31, 2013 10:06 am
by Alex K.
Hello,
You can use the following options:
1)
Code: Select all
Stimulsoft.Report.StiOptions.Viewer.Windows.BackgroundColor
2)
Code: Select all
Stimulsoft.Report.StiOptions.Designer.MainMenu.ShowSelectLanguage = false;
Thank you.
Re: Customize StiWpf controls
Posted: Thu Jan 31, 2013 1:07 pm
by MarcoB
Great !! It's works !
Static settings are very complicated.... is there some documentation about them ?
Tanks you very mutch !
Re: Customize StiWpf controls
Posted: Fri Feb 01, 2013 6:15 am
by Alex K.
Hello,
Always glad to help you.
Unfortunately, but we have not documentation about static options.
As a way, you can see the information about options if you run the OptionsHelper.exe
Thank you.