1
Reply

Error "Oad report fail" while debugging the crystal report.

anil john

anil john

Nov 28 2012 12:26 AM
1.8k
i am getting an error while debugging the crystal report as "Oad report failed"in the code

 string strReportPath = Application.StartupPath + "\\Reports\\rptCommission.rpt";
  rpt.Load(strReportPath);

Answers (1)