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?
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.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com