Home General

Print Quantities of individual pages

edited April 2017 in General
Hi,

Is there a way to specify to only print a single copy of a specific page
(which, in my case, contains just the 'Summary' section), whilst
printing multiple copies of the remainder of the report?


Cheers!

Garry

Comments

  • edited April 2017
    Hi Garry,

    The best option in your case would be to create an empty main report
    with two section subreports in the detail. The first containing your
    main report and the second your summary. Then setting the PrinterSetup
    individually for each subreport should give you the effect you are after.

    Be sure to set the Subreport.ParentPrinterSetup property to False and
    NewPrintJob to True.

    Another option (if you know the number of pages in the report) would be
    to print the report twice with different page ranges and copies.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.