cancel
Showing results for 
Search instead for 
Did you mean: 

IE8 - strange Report viewer behavior

Former Member
0 Kudos

Hi,

I'm using an report viewer control in an div sized to 100% to fit the edges of the div.

On IE8 on my localhost it works without any problems as it does under IE6 and Mozilla Firefox. On our deploy server it looks like this - just until I change the page or change the zoom state.

http://i27.tinypic.com/21l8oqc.jpg

Is there any solution? That happened after reinstalling the runtimes. Worked great before.

Before I forget, it's just with this application.

I'm using CR2008 with VS2005.NET as a web app.

Edited by: Coban Consulting on Sep 2, 2009 4:06 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here is the HTML source by the way:


 <div style="width: 80%; height: 88%; left: 195px; top: 58px; position: absolute;">
        <asp:Label ID="lblIntroText" runat="server" style="left: 0px; position: absolute; top:0px" ></asp:Label>
            <CR:CrystalReportViewer ID="Report1" runat="server" style="left: 0px; position: absolute; top:0px; margin-right: 10px;" AutoDataBind="True" HasCrystalLogo="False" HasToggleGroupTreeButton="False" HasToggleParameterPanelButton="False" Height="100%" ReuseParameterValuesOnRefresh="True" BestFitPage="False" PageZoomFactor="80" Width="100%" HasDrilldownTabs="False" OnError="Report1_Error" />
        </div>

I don't understand that because it has worked before and works on another server, too...

former_member183750
Active Contributor
0 Kudos

Probably the place to start is a comparison of dlls loaded on a working box and the one giving you problems. Use the [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip]

utility for that. Look for not only CR files, but framework and other as well. [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] is not too bad either, but it is harder to compare

what is happening.

Ludek

Answers (0)