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);