C
Craig
In my code I have this line of code....
CrystalReportViewer1.ReportSource =
Server.MapPath("CrystalReportSummary.rpt")
I moved the file, CrystalReportSummary.rpt, and I get an error.
The value for Server.MapPath("CrystalReportSummary.rpt") is the old path,
not the new one.
Is this not supposed to be dynamic? How can I correct this?
Thanks
CrystalReportViewer1.ReportSource =
Server.MapPath("CrystalReportSummary.rpt")
I moved the file, CrystalReportSummary.rpt, and I get an error.
The value for Server.MapPath("CrystalReportSummary.rpt") is the old path,
not the new one.
Is this not supposed to be dynamic? How can I correct this?
Thanks