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

KeepTogether on ppRegion

edited August 2002 in General
I am using ReportBuilder 6.0 Enterprise for Delphi. I have a report that
uses a ppRegion that itself contains TppShapes, smaller TppRegions,
TppMemos, and TppLabels. This is all contained in the only detail band in
the detail section of the report. Even though I set the KeepTogether
property of the outer region to true, the region is truncated on the first
page and the remainder is printed on the next page. What do I need to do to
force the report to not print the region on separate pages?

Kishore Puppala Rao
Advanced Estimating Systems, Inc.

Comments

  • edited August 2002
    Regions can't contain regions. You may be able to use a subreport in your
    region. Why do you need regions within a region? You can set the
    ShiftRelativeTo on stretchables and ShiftWithParent/StretchWithParent on
    other components to achieve shifting behavior the top level stretchable
    component stretches.

    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002
    Your suggestions worked. I added another level of subreport.

    Thank you.

This discussion has been closed.