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?
stiWebViewerFx with incorrect Height
Re: stiWebViewerFx with incorrect Height
Hello,
For this please use the next method of the WebViewerFx component:
Thank you.
For this please use the next method of the WebViewerFx component:
Code: Select all
StiWebViewerFx1.View(report);
Re: stiWebViewerFx with incorrect Height
That solves the issue.
Thks.
Thks.
Re: stiWebViewerFx with incorrect Height
Hello,
We are always glad to help you.
Thanks.
We are always glad to help you.
Thanks.