Print Page | Close Window

ASP.NET GroupTree not showing in IE

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=7496
Printed Date: 01 May 2024 at 6:44am


Topic: ASP.NET GroupTree not showing in IE
Posted By: aaziz
Subject: ASP.NET GroupTree not showing in IE
Date Posted: 26 Aug 2009 at 10:13am
I'm using CR2008 on a Windows 2003 server, running ASP.NET 2.0.

I have a CrystalReportViewer control on a page, but the GroupTree panel comes up blank in IE, where in Firefox & Chrome it displays the accurate GroupTree. Here's the control element. I can provide more details/code/screenshots if needed. Thanks for the help.

<cr:CrystalReportViewer runat="server" AutoDataBind="true"  ID="viewer"
            EnableDatabaseLogonPrompt="False" EnableParameterPrompt="False"
            HasCrystalLogo="False" HasExportButton="False"
            ReuseParameterValuesOnRefresh="True" ToolPanelView="GroupTree"
            HasToggleParameterPanelButton="False" SeparatePages="True">
        </cr:CrystalReportViewer>






Print Page | Close Window