Hardik Patel

Hardik Patel

  • NA
  • 378
  • 460.6k

load report failed error in wpf.

Oct 21 2013 1:55 AM
i am using below code for report.


 ReportDocument report = new ReportDocument();
 report.Load("../../PRS.rpt");
 report.SetDataSource(DS);
 CRViewer.ViewerCore.ReportSource = report;