TcxPivotGridRowTotalsLocation Enum
In This Article
Enumerates available locations of subtotal and grand total rows within the data area.
#Declaration
Delphi
TcxPivotGridRowTotalsLocation = (
rtlFar,
rtlNear,
rtlTree
);
#Members
Name |
---|
rtl
|
rtl
|
rtl
|
#Remarks
Values include:
Value | Meaning |
---|---|
rtl |
Subtotal and grand total rows are shown on the bottom side of the data area. |
rtl |
Subtotal and grand total rows are shown on the top side of the data area. |
rtl |
Subtotal and grand total rows are shown on the bottom side of the data area. All rows are shown across one column in a tree-like manner. |
See Also