Skip to Content
0
Sep 14, 2018 at 01:28 PM

ASP.NET crystal report load/view will not work

150 Views Last edit Sep 16, 2018 at 04:21 AM 3 rev

Asp.net crystal report load/view used to work in visual studios 2017 and just started to fail with no reason.

There are no errors produced. It just will not show the report.

MY CODE:

newReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument newReportDocument.Load(Server.MapPath("~/CrystalReports/" & Session("ReportUrl"))) newReportDocument.SetDataSource(Session("dgCurrentReportData")) CrystalReportViewer1.ReportSource = newReportDocument CrystalReportViewer1.DataBind()

I've tried REFRESH to no avail.

This is a show stopper and I need Help ASAP please.

Thanks so very much in advance.

Bruce Jenkins

<< Personal information removed by moderator >>