VSView Reporting Edition Reference > Group Object > Group Properties > KeepTogether Property (Group) |
Returns or sets whether the group should be kept together on a page.
group.KeepTogether[ = KeepTogetherSettings ]
The settings for the KeepTogether property are described below:
Constant |
Value |
Description |
vsrKeepNothing |
0 |
Do not try to keep the group together. |
vsrKeepWholeGroup |
1 |
Keep the group header, detail, and footer together on a page. |
vsrKeepFirstDetail |
2 |
Keep the group header and first detail section together on a page. |
KeepTogetherSettings (Enumeration)