Page 1 of 1

WebViewer Fx border and background colours

Posted: Wed Oct 29, 2014 12:42 pm
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

Re: WebViewer Fx border and background colours

Posted: Thu Oct 30, 2014 1:33 pm
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.