0
Reply

load report failed error in wpf.

Hardik Patel

Hardik Patel

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


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