DimAggregationEnabled(Dimension: IDimInstance): Boolean;
DimAggregationEnabled(Dimension: Prognoz.Platform.Interop.Dimensions.IDimInstance): Boolean;
Dimension. Report data source dimension.
The DimAggregationEnabled property determines whether aggregation by the selected dimension is enabled.
Available values:
True. Aggregation by the selected dimension is enabled.
False. Aggregation by the selected dimension is disabled.
The property use is given in the example for IPrxCalculatedBasePoint.AggregatorOperation.
See also: