TcxPivotGridRowTotalsLocation Enum
Enumerates available locations of subtotal and grand total rows within the data area.
Declaration
TcxPivotGridRowTotalsLocation = (
rtlFar,
rtlNear,
rtlTree
);
Members
Name |
---|
rtlFar
|
rtlNear
|
rtlTree
|
Remarks
Values include:
Value | Meaning |
---|---|
rtlFar | Subtotal and grand total rows are shown on the bottom side of the data area. |
rtlNear | Subtotal and grand total rows are shown on the top side of the data area. |
rtlTree | 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