Mysterious pageShadow tables

Stimulsoft Reports.WEB discussion
Post Reply
RossAFaneuf
Posts: 28
Joined: Thu Jul 28, 2011 9:16 am
Location: USA

Mysterious pageShadow tables

Post by RossAFaneuf »

I have a report rendered by ReportWebViewer in FireFox. When I inspect the html with FireBug, the rendered report contains 8 identical tables as follows. What are these for? In some cases they cause rendering problems - if the report is in a smaller div, the shadow shows through (because of the z-index). Are all these tables actually necessary? Can I get rid of them?

<table width="1102px" height="852px" cellspacing="0" cellpadding="0" border="0" align="Center" style=" z-index: -1; margin: 0px 0 0 0px; position: absolute; background-color: Gray; visibility: inherit;opacity: 0.1; filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; " class="pageShadow"><tbody><tr><td></td></tr></tbody></table>
RossAFaneuf
Posts: 28
Joined: Thu Jul 28, 2011 9:16 am
Location: USA

Re: Mysterious pageShadow tables

Post by RossAFaneuf »

The same thing happens with Internet Explorer.

I am using 2013.2 pre-release.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Mysterious pageShadow tables

Post by Vladimir »

Hello,

These tables form the page shadow in the WebViewer. Tables are used for compatibility with older browsers.
You can disable the page shadow using a ShowPageShadow property of the WebViewer component.

Thank you.
RossAFaneuf
Posts: 28
Joined: Thu Jul 28, 2011 9:16 am
Location: USA

Re: Mysterious pageShadow tables

Post by RossAFaneuf »

Thank you very much, that is just what I needed.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Mysterious pageShadow tables

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.
Post Reply