1. Save your subreport to a report template and load it into three separate subreport objects on a report. 2. Create a section style subreport and set collation to false and DelegateCopies to True for the subreports PrinterSetup. Then adjust the copies property to meet your needs.
Comments
Two options...
1. Save your subreport to a report template and load it into three separate
subreport objects on a report.
2. Create a section style subreport and set collation to false and
DelegateCopies to True for the subreports PrinterSetup. Then adjust the
copies property to meet your needs.
ppChildReport.PrinterSetup.DelegateCopies := True;
ppChildReport.PrinterSetup.Collation := False;
ppChildReport.PrinterSetup.Copies := 3;
ppReport.Print;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com