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