Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Footer.PrintOnFirstSpace = False --> Why is unused footer-space not used for details?
rbuser
April 2008
edited April 2008
in
General
Why is the space reserved for a footer not used by the detail-band when
the PrintOnFirstPage-property of the footer is False?
Comments
nicocizik
April 2008
edited April 2008
Hi Ronald,
Setting the visibility of the footer band frees up the space to be used by
the detail.
As a workaround try adding something like the following code to the
Report.OnStartPage event...
Report.FooterBand.Visible := Report.AbsolutePageNo <> 1;
--
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.
Comments
Setting the visibility of the footer band frees up the space to be used by
the detail.
As a workaround try adding something like the following code to the
Report.OnStartPage event...
Report.FooterBand.Visible := Report.AbsolutePageNo <> 1;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com