AR v16 not print on 2-sided paper

Posted by: zalktis on 3 August 2022, 5:41 pm EST

    • Post Options:
    • Link

    Posted 3 August 2022, 5:41 pm EST

    We in my Winform app change AR v14 to v16

    More app users ask, why not print on 2-sided paper. With v14 not problem.

    We not idea for check this problem.

  • Posted 7 August 2022, 10:36 pm EST

    Hello,

    We could not replicate the issue at our end using ActiveReports 16. Please try using the below code snippet to print on both sides:

    
                PrinterSettings ps = new PrinterSettings();
                ps.Printer.PrinterSettings.Duplex = System.Drawing.Printing.Duplex.Vertical;
                report.Document.Print(true, false, false);
    
    

    Furthermore, If the issue persists, please provide a sample depicting the issue along with detailed information on how you are printing the report so that we may investigate and reply accordingly.

    Please refer to the sample implementing the same below.

    WinViewer.zip

    Regards

    Dushyant Sharma

Need extra support?

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

Learn More

Forum Channels