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
Customize StiWpf controls
Re: Customize StiWpf controls
Hello,
You can use the following options:
1)
2)
Thank you.
You can use the following options:
1)
Code: Select all
Stimulsoft.Report.StiOptions.Viewer.Windows.BackgroundColor
Code: Select all
Stimulsoft.Report.StiOptions.Designer.MainMenu.ShowSelectLanguage = false;
Re: Customize StiWpf controls
Great !! It's works !
Static settings are very complicated.... is there some documentation about them ?
Tanks you very mutch !
Static settings are very complicated.... is there some documentation about them ?
Tanks you very mutch !
Re: Customize StiWpf controls
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.
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.