Attributes' Summary |
SortAscending |
Defines if the group is sorted ascending or descending.
The default is true.
|
HeaderOn |
Defines if a group has a header.
|
FooterOn |
Defines if a group has a footer.
|
Header |
returns the group header.
|
Footer |
returns the group footer.
|
GroupOn |
Specifies how to group data.
|
GroupInterval |
Defines an interval value that rows are grouped by.
|
KeepTogether |
Specifies if a group header, detail, and footer section is printed on the same page.
|
Groups |
Specifies the parent of the group.
|
Expression |
Defines either a column name or a expression.
|
StartNewColumn |
Specifies that the group header should always be printed on a new column.
|
ResetPageNumber |
Specifies that the group header should always be printed on a new page and the reset of the page number to zero.
|
Attributes' Details |
SortAscending
[ bound ] boolean SortAscending;
- Description
- Defines if the group is sorted ascending or descending.
The default is true.
|
|
HeaderOn
[ bound ] boolean HeaderOn;
- Description
- Defines if a group has a header.
|
|
FooterOn
[ bound ] boolean FooterOn;
- Description
- Defines if a group has a footer.
|
|
Header
|
Footer
|
GroupOn
|
GroupInterval
[ bound ] long GroupInterval;
- Description
- Defines an interval value that rows are grouped by.
|
|
KeepTogether
[ bound ] short KeepTogether
- set raises (::com::sun::star::lang::IllegalArgumentException);
- Description
- Specifies if a group header, detail, and footer section is printed on the same page.
- See also
- KeepTogether
|
|
Groups
[ readonly ] XGroups Groups;
- Description
- Specifies the parent of the group.
- See also
- XChild
|
|
Expression
[ bound ] string Expression;
- Description
- Defines either a column name or a expression.
|
|
StartNewColumn
[ bound ] boolean StartNewColumn;
- Description
- Specifies that the group header should always be printed on a new column.
|
|
ResetPageNumber
[ bound ] boolean ResetPageNumber;
- Description
- Specifies that the group header should always be printed on a new page and the reset of the page number to zero.
|
|
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.