WebViewer Fx border and background colours

Stimulsoft Reports.WEB discussion
Post Reply
simon_nov
Posts: 5
Joined: Wed Oct 29, 2014 12:38 pm

WebViewer Fx border and background colours

Post by simon_nov »

I am evaluating the reports suite and would like to customise the look of the Fx web viewer. Specifically I would like to change the yellow border shown around the active page and the background colour shown behind pages in the viewer pane. Can these elements be changed? If so then how would I achieve this?

Thanks

Simon
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: WebViewer Fx border and background colours

Post by HighAley »

Hello, Simon.

You could change border of the active page with next code:

Code: Select all

StiWebViewerFxOptions.Appearance.CurrentPageBorderColor = Color.White;
If you need to change background, it's possible to do in our source code only. You can buy the product with source code and do all necessary changes.

Thank you.
Post Reply