Can I force a group to start on the first Page
I have a report with the following layout
Group Header A
Group Header B
Detail
Group Footer C
Group B will not fit on a page
I have GroupB.KeepTogether = True
GroupC.KeepTogether = False
Group HeaderA is very small (two lines), so I want GroupB to start on the
first page (eventhough it cannot fit)
But I want to use the KeepTogther property for all subsequent pages.
Group Header A
Group Header B
Detail
Group Footer C
Group B will not fit on a page
I have GroupB.KeepTogether = True
GroupC.KeepTogether = False
Group HeaderA is very small (two lines), so I want GroupB to start on the
first page (eventhough it cannot fit)
But I want to use the KeepTogther property for all subsequent pages.
This discussion has been closed.
Comments
the group footer band to set the KeepTogether to true. This way only the
first group won't keep together and all the others will.
You can access the groups at runtime via the group object declared in your
form, or via the Report.Groups[] array property.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
handler for the GroupB.AfterGroupBreak event.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com