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

PageBreak on Last Page

edited November 2005 in General
Hi,

I'm using a TppPageBreak at bottom of the detail band, but I don't want
that the page breaks after the last record.

Is there any property to set this behavior?

Tks,

Mauro.

Comments

  • edited November 2005
    Hi Mauro,

    ReportBuilder traverses the data you give it as is, each record at at time.
    It is not possible to find out how many detail band will print or when the
    last detail band is printing inside ReportBuilder. The only option would be
    to traverse your dataset before generating the report to find out how many
    records exist. Then when you reach that number of detail bands printed, set
    the PageBreak component's 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.