11-10-17, 01:30 AM
PHP كود :
//Report Path
this.reportViewer1.LocalReport.ReportPath = "C:\\Report1.rdlc";
this.reportViewer1.RefreshReport();
PHP كود :
//Report EmbeddedResource
this.reportViewer1.LocalReport.ReportEmbeddedResource = this.GetType().Namespace + "." + "Report1.rdlc";
this.reportViewer1.RefreshReport();
