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

Footer size changing during report generation

edited March 2005 in General
Hello,
I have a footer whose contents need to be changed for the last page. I am
not looking for a summary - just some extra stuff at the bottom of the
footer. What is the easiest way to do this?

Jono

Comments

  • edited March 2005
    Hi Jono,

    If you set the Report.PassSetting to psTwoPass, you can use the
    TppFooterBand.BeforePrint event to compair the Report.AbsolutePageCount and
    AbsolutePageNo. If these two numbers are equal, you know you are on the
    last page of the report and can create new report components or set their
    visible property to True.

    --
    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.