0
Answer

load report failed error in wpf.

Hardik Patel

Hardik Patel

11y
1.2k
1
i am using below code for report.


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