Duplex printing in Page/RDL reports

Posted by: alexshakurin on 22 February 2018, 4:27 pm EST

    • Post Options:
    • Link

    Posted 22 February 2018, 4:27 pm EST

    Hello,

    Does anybody know if there’s an option to enable duplex printing in Page/RDL reports? If yes, could you please tell me how to do it?

  • Posted 22 February 2018, 5:36 pm EST

    You can enable Duplex printing in Page/RDL reports using PrinterSettings.Duplex property as below:

    PageReport rptAllCustomers = new PageReport(new FileInfo("../../Reports/AllCustomers.rdlx"));
    rptAllCustomers.Document.Printer.PrinterSettings.Duplex = System.Drawing.Printing.Duplex.Horizontal;
    
Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels