KeepTogether on ppRegion
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.
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.
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
Thank you.