pbsection report with extra page
delphi 5 with reportbuilder 6.03.
Try to print a subreport (one full page richedit) at the end of a current
report and get an extra page. I read that this is the behavior for section
report. If I use pbchild, the header and the footer are printing. I tried
to make the footer and header invisible but that caused the page before
missing the footer band.
Please advice. Thanks
Report layout:
header
detail
footer
summary
(added a subreport (pbsection) here)
Try to print a subreport (one full page richedit) at the end of a current
report and get an extra page. I read that this is the behavior for section
report. If I use pbchild, the header and the footer are printing. I tried
to make the footer and header invisible but that caused the page before
missing the footer band.
Please advice. Thanks
Report layout:
header
detail
footer
summary
(added a subreport (pbsection) here)
This discussion has been closed.
Comments
Section subreport are meant to be used to combine multiple reports into a
single report (inside the detail band). One option would be to place all
your report information in a section subreport in the detail band of an
empty report, then the summary information in another section also in the
detail band.
You might also want to try using the SummaryBand.NewPage property to force a
new page for the summary band when it prints.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com