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
WebViewer Fx border and background colours
Re: WebViewer Fx border and background colours
Hello, Simon.
You could change border of the active page with next code:
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.
You could change border of the active page with next code:
Code: Select all
StiWebViewerFxOptions.Appearance.CurrentPageBorderColor = Color.White;
Thank you.