Posted 3 August 2022, 5:41 pm EST
We in my Winform app change AR v14 to v16More app users ask, why not print on 2-sided paper. With v14 not problem.
We not idea for check this problem.
Forums Home / ActiveReports / ActiveReports v7+ Topics
Posted by: zalktis on 3 August 2022, 5:41 pm EST
Posted 3 August 2022, 5:41 pm EST
We in my Winform app change AR v14 to v16Replied 7 August 2022, 10:36 pm EST
Hello,
PrinterSettings ps = new PrinterSettings();
ps.Printer.PrinterSettings.Duplex = System.Drawing.Printing.Duplex.Vertical;
report.Document.Print(true, false, false);