Page 1 of 1

stiWebViewerFx with incorrect Height

Posted: Fri Feb 28, 2014 6:50 pm
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?

Re: stiWebViewerFx with incorrect Height

Posted: Mon Mar 03, 2014 12:04 pm
by Vladimir
Hello,

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

Code: Select all

StiWebViewerFx1.View(report);
Thank you.

Re: stiWebViewerFx with incorrect Height

Posted: Thu Mar 13, 2014 11:43 am
by samad
That solves the issue.
Thks.

Re: stiWebViewerFx with incorrect Height

Posted: Thu Mar 13, 2014 1:41 pm
by Vladimir
Hello,

We are always glad to help you.

Thanks.