:: com :: sun :: star :: report ::
|
unpublished |
constants group GroupKeepTogether |
|
|
- Usage Restrictions
- not published
- 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
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.