[BUG] Watermark in WebViewer

Stimulsoft Reports.NET discussion
Post Reply
mietzekotze
Posts: 39
Joined: Tue Dec 20, 2011 8:07 am
Location: Germany

[BUG] Watermark in WebViewer

Post 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.
Attachments
1929.PrintScreen Files.zip
(55.34 KiB) Downloaded 185 times
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

[BUG] Watermark in WebViewer

Post 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.
Post Reply