IPrxCalculatedBasePoint.DimAggregationEnabled

Fore Syntax

DimAggregationEnabled(Dimension: IDimInstance): Boolean;

Fore.NET Syntax

DimAggregationEnabled(Dimension: Prognoz.Platform.Interop.Dimensions.IDimInstance): Boolean;

Parameters

Dimension. Report data source dimension.

Description

The DimAggregationEnabled property determines whether aggregation by the selected dimension is enabled.

Comments

Available values:

Fore and Fore.NET Examples

The property use is given in the example for IPrxCalculatedBasePoint.AggregatorOperation.

See also:

IPrxCalculatedBasePoint