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

Dynamic footer

edited May 2006 in General
?Hello

I use a 7.03 version of report builder. The footer in this version is
static.
I would like to know if in 10.02 version the footer is dynamic because I
would like to have a footer only on the first page but not in the others
pages. For the moment, I lose space in the bottom of the page. I don't
use this space.

Best regards

Rege



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited May 2006
    Hi Rege,

    The footer band is required to have a static height due to its relationship
    to the rest of the bands in the report. This means that it is unable to
    stretch for any dynamic components you place inside the band.

    It is possible however to toggle the visibility of the footer band so it
    will only appear on the first page of your report. You could try using the
    OnStartPage event to check the AbsolutePageNo property and if it isn't 1,
    set the visibility to False.

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