From 3ddb6ee5625c7cd8a6e858248d97a427c1820436 Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Mon, 3 Mar 2025 09:19:41 +0800 Subject: [PATCH] 1 --- InjectionSearch/FrmBarCodeSearch2502.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InjectionSearch/FrmBarCodeSearch2502.cs b/InjectionSearch/FrmBarCodeSearch2502.cs index a5e2b14..b0cdd4f 100644 --- a/InjectionSearch/FrmBarCodeSearch2502.cs +++ b/InjectionSearch/FrmBarCodeSearch2502.cs @@ -223,7 +223,7 @@ namespace InjectionSearch string reportName = ConfigurationManager.AppSettings["Printer1"].ToString(); headTable.Rows.Add(row); - ReportHelper rp = new ReportHelper(printName, headTable, null, (int)GRPaperOrientation.grpoDefault, 1, reportName); + ReportHelper rp = new ReportHelper(printName, headTable, null, (int)GRPaperOrientation.grpoPortrait, 1, reportName); rp.Report.Print(false);