:: com :: sun :: star :: report ::

constants group GroupKeepTogether
Description
Specifies if groups in a multi column report where the group has the property KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column.
See also
XGroup

Constants
PER_PAGE Groups are kept together by page.  
PER_COLUMN Groups are kept together by column.  
Constants' Details
PER_PAGE
const short PER_PAGE = 0;
Description
Groups are kept together by page.
PER_COLUMN
const short PER_COLUMN = 1;
Description
Groups are kept together by column.
Top of Page