Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Spooler settings

edited September 2004 in General
Hi, I need to know if (and how) if possible to avoid that printing many
copies of a report, the resulting spooler file contains many copy of the
same page.

Thanks
Roberto

Comments

  • edited September 2004
    use ppReport.PrinterSetup.Copies

  • edited September 2004
    Hi Roberto,

    I'm a bit unclear about what is happening. Is ReportBuilder printing
    multiple copies of your report automatically, or would you just like the
    spooler file to be smaller?

    Copies can be handled in two ways using ReportBuilder.

    1. You can let ReportBuilder handle sending multiple copies of a report to
    the printer driver (this is the default behavior because some printers do
    not natively support multiple copies).

    2. You can let the printer itself handle printing multiple copies of a
    single report sent.

    You can toggle this behavior by setting the
    Report.PrinterSetup.DelegateCopies property. Setting this property to True
    will let the printer handle the copies.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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