Customize StiWebViewerFx

Stimulsoft Reports.WEB discussion
Post Reply
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

Customize StiWebViewerFx

Post by jpascual »

You can customize the theme of StiWebViewerFx control. Currently only three possibilities: 'blue, silver and black.
I wanted a theme with green color. I can catch a track from those already existing and change the background color? How? thanks
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Customize StiWebViewerFx

Post by Jan »

Hello,

Sorry, at this moment only three themes available.

Thank you.
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

Customize StiWebViewerFx

Post by jpascual »

ok thanks for your answer. So you can not edit the file 'blue' for example and add a background color green?

And I have a new question:
"I can remove the opcion "Open" to the menu options in StiWebViewerFX?


Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Customize StiWebViewerFx

Post by Andrew »

Hello,

Please, use the following code:
StiWebViewerFxOptions.Toolbar.ShowOpenButton = false;

Thank you.
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

Customize StiWebViewerFx

Post by jpascual »

Andrew thank you very much, I had no Report.WebFX library and saw that option. It works perfect.

I have a new question, I do not want to export in the formats: DIF and SILK. I have marked as False those options and still appear on the menu to export document. Do you know why?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Customize StiWebViewerFx

Post by Alex K. »

Hello,

You can use the ShowExportTo properties to disable some exports in Save menu:

Code: Select all

ShowExportToSylk="false" ShowExportToDif="false" />
Thank you.
Post Reply