:: com :: sun :: star :: report ::
|
unpublished |
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.
|
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
Copyright © 2010 Sun Microsystems, Inc.