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

2 line detail band - do not split

edited March 2005 in General

I have a report with a 2 line detail band. I want to
make sure that the detail band does not split
between pages...so, either both lines of the detail
print on the current page...OR, both lines go to the
next page for printing. I'm not sure how to
control this.

Thanks
John

Comments

  • edited March 2005
    Hi John,

    Try placing a TppRegion inside your detail band with its parent height and
    width set to True, and its KeepTogether property set to true as well. Then
    place all your existing report objects inside the region. This way anything
    inside the region will stay together when a page breaks. You can remove the
    border around a region by setting its Pen.Style to psClear.

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