feat(clgl)条码打印修改
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using FastReport.Web;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
@@ -61,7 +62,8 @@ namespace FineUIPro.Web.Controls
|
||||
}
|
||||
}
|
||||
WebReport1.ReportFile = ReportPath;
|
||||
WebReport1.Prepare();
|
||||
WebReport1.PdfShowPrintDialog = false;
|
||||
WebReport1.Prepare();
|
||||
// WebReport1.ExportPdf();
|
||||
}
|
||||
private void WebReport1_StartReport(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user