Skip to Content
0
Former Member
Jan 15, 2008 at 03:45 PM

ASP.NET CRXI drill down not working

28 Views

Post Author: CADuncan

CA Forum: .NET

HI, My webreport is working fine but as soon as I drill down into a sub report the postback peforms the following but the session variable is invalid. The crReportDocument.FileName is garbage. Refreshing IE a couple times then restores the subreport. It's almost as if the (CrystalDecisions.CrystalReports.Engine.ReportDocument) casting is not working properly.crReportDocument = (CrystalDecisions.CrystalReports.Engine.ReportDocument)Session["CRrpt"]; Any advice greatly appreciated. Duncan.