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