cancel
Showing results for 
Search instead for 
Did you mean: 

ASP.NET crystal report load/view will not work

Former Member
0 Kudos

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 >>

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Which version and service pack of the SDK are you using and what versions of Windows and IIS are you running on?

-Dell

Answers (0)