constants ShowViewCompactEnum
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:

NameValueDescription
exViewNotCompact0 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.

exViewCompactSingleColumns1 The view compacts the neighbor single pivot columns. This flag can be combined with exViewCompactKeepSettings or exViewCompactAggregates.
exViewCompactGroupByColumns2 The view compacts the neighbor group-by pivot columns. This flag can be combined with exViewCompactKeepSettings or exViewCompactAggregates. 
exViewCompact3 The view compacts all columns. This flag can be combined with exViewCompactKeepSettings or exViewCompactAggregates.

exViewCompactKeepSettings16 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.
exViewCompactAggregates32 Compacts the aggregates functions, so the subtotals goes to the parent rows, rather than displaying them as child rows.