The ShowViewCompactEnum type specifies the way
the view compacts the displaying date. The
ShowViewCompact
property specifies whether the neighbor columns that generate the same values
are compacted. The ShowViewCompactEnum type supports the following
values:
| | Name | Value | Description | |
| |
exViewNotCompact | 0
|
The view does not compact displaying the data. By default, the ShowViewCompact
property is
exViewNotCompact, which means that the property has no effect. This flag can be
combined with
exViewCompactAggregates.
| |
| |
exViewCompactSingleColumns | 1
|
The view compacts the neighbor single pivot columns. This flag can be combined
with
exViewCompactKeepSettings or
exViewCompactAggregates.
| |
| |
exViewCompactGroupByColumns | 2
|
The view compacts the neighbor group-by pivot columns. This flag can be
combined with
exViewCompactKeepSettings or
exViewCompactAggregates.
| |
| |
exViewCompact | 3
|
The view compacts all columns. This flag can be combined with
exViewCompactKeepSettings or exViewCompactAggregates.
| |
| |
exViewCompactKeepSettings | 16
|
Applies the same filter and sort settings to all neighbor pivot columns, while columns are shown as compacted ( multiple aggregate functions in the same column ).
This flag has effect in OR combination with
exViewCompactSingleColumns,
exViewCompactGroupByColumns or
exViewCompact.
| |
| |
exViewCompactAggregates | 32
|
Compacts the aggregates functions, so the subtotals goes to the parent rows,
rather than displaying them as child rows.
| |