From 50031eb807566476fe99505d6c93e6da44cc4510 Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Thu, 13 Mar 2025 09:08:15 +0800 Subject: [PATCH] 1 --- InjectionSearch/FrmBarCodeSearch2408.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InjectionSearch/FrmBarCodeSearch2408.cs b/InjectionSearch/FrmBarCodeSearch2408.cs index 2d72646..c6cdf57 100644 --- a/InjectionSearch/FrmBarCodeSearch2408.cs +++ b/InjectionSearch/FrmBarCodeSearch2408.cs @@ -787,7 +787,7 @@ namespace InjectionSearch string reportName = ConfigurationManager.AppSettings["Printer2"].ToString(); headTable.Rows.Add(row); - ReportHelper rp = new ReportHelper(filename, headTable, null, (int)GRPaperOrientation.grpoPortrait, 1, reportName); + ReportHelper rp = new ReportHelper(filename, headTable, null, (int)GRPaperOrientation.grpoLandscape, 1, reportName); rp.Report.Print(false);