stiWebViewerFx with incorrect Height

Stimulsoft Reports.NET discussion
Post Reply
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

stiWebViewerFx with incorrect Height

Post by samad »

I Have a stiWebViewerFX inside a page with "Height=100%" defined.
See...

<cc1:StiWebViewerFx ID="stiWebViewerFx" runat="server" Height="100%" ThemeName="Silver" Width="100%" WMode="Transparent" />

But...the viewer appears sometimes occupying the full screen and in another times it appear minimized.

How can we order to open with the full windows size?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: stiWebViewerFx with incorrect Height

Post by Vladimir »

Hello,

For this please use the next method of the WebViewerFx component:

Code: Select all

StiWebViewerFx1.View(report);
Thank you.
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Re: stiWebViewerFx with incorrect Height

Post by samad »

That solves the issue.
Thks.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: stiWebViewerFx with incorrect Height

Post by Vladimir »

Hello,

We are always glad to help you.

Thanks.
Post Reply