ruoxing.wang 18 hours ago
parent
commit
50031eb807
  1. 2
      InjectionSearch/FrmBarCodeSearch2408.cs

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

Loading…
Cancel
Save