Flash Viewer and IE9 issue

Stimulsoft Reports.WEB discussion
Post Reply
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Flash Viewer and IE9 issue

Post by kris@bplogix.com »

Recently Iv'e upgraded to IE 9. When displaying a report using the Flash Viewer the height of the report is set to around 200px. Before IE 9 it would display the full height of the window.
Attachments
1022.report.png
1022.report.png (50.9 KiB) Viewed 2465 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Flash Viewer and IE9 issue

Post by Vladimir »

Hello,

Please show us an ASPX page on which the report viewer is located.

Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Flash Viewer and IE9 issue

Post by kris@bplogix.com »

Attached is a sample project.

Thanks
Attachments
1026.RunDesignReport.zip
(5.46 MiB) Downloaded 273 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Flash Viewer and IE9 issue

Post by Vladimir »

Hello,

Please use the following styles por ASPX page:

Code: Select all


    
    
        html, body, form { height: 100%; margin: 0px; }
     


    
    
          
    
    

Also, you can use StiWebViewerFx1.View(report); method for view report in full screen mode.


Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Flash Viewer and IE9 issue

Post by kris@bplogix.com »

That worked great thank you.

But I am surprised that the Report Designer does not need that same addition.
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Flash Viewer and IE9 issue

Post by jay@bplogix.com »

Should that tag be added to the ASPX page that includes the Report Designer too? It appears to work without it on IE 9, but I want to make sure that there is not a problem hidden somewhere.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Flash Viewer and IE9 issue

Post by Vladimir »

Hello,

If you use a StiWebViewerFx1.View(report); method, then it is not necessary to set styles for the ASPX page, by analogy with the StiWebDesigner1.Design(report); method. In this case, WebViewerFx, as a WebDesigner, will automatically create its start HTML page with the required styles.

Thank you.
Post Reply