Beispiel #1
0
 protected void LoadBaoCaoSanXuatGiaoHang()
 {
     Report.ReportViewer reportSanXuatGiaoHang = (Report.ReportViewer) this.Page.LoadControl("~/Report/ReportViewer.ascx");
     plcContent.Controls.Add(reportSanXuatGiaoHang);
 }
Beispiel #2
0
 protected void LoadPrintPhieuXuatThanhPham()
 {
     Report.ReportViewer reportViewXuatThanhPham = (Report.ReportViewer) this.Page.LoadControl("~/Report/ReportViewer.ascx");
     plcContent.Controls.Add(reportViewXuatThanhPham);
 }