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.