Page 1 of 1

[BUG] Watermark in WebViewer

Posted: Tue Jun 12, 2012 6:39 am
by mietzekotze
Hello Guys,

I've encountered a bug in the WebViewer Component in the Report.Net Collection V. 2012.1.1300.0.
The problem is, that the watermark is only displayed until the last part of the last element of the page. I've added some screenshots, to show you the problem.

[BUG] Watermark in WebViewer

Posted: Wed Jun 13, 2012 1:07 am
by Andrew
Hello,

This is a viewer's feature.
Report page is displayed as an html-table.
Watermark is displayed as the background image of this table.
Browsers display the background only within a table, even if the image does not fit entirely.

There are two workarounds:
1. Use WebViewerFx.
2. Use PageFooterBand, in this case PageFooter must meet at least one of the conditions:
- must have border at least on one side;
- must contain text;
- background color should be not transparent (for example white).

Thank you.