Customize StiWpf controls

Stimulsoft Reports.WPF discussion
Post Reply
MarcoB
Posts: 15
Joined: Wed Jan 23, 2013 2:03 pm

Customize StiWpf controls

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Customize StiWpf controls

Post 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.
MarcoB
Posts: 15
Joined: Wed Jan 23, 2013 2:03 pm

Re: Customize StiWpf controls

Post by MarcoB »

Great !! It's works !

Static settings are very complicated.... is there some documentation about them ?

Tanks you very mutch !
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Customize StiWpf controls

Post 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.
Post Reply