IPrxCalculatedBasePoint.UseDSAggregationValue

Fore Syntax

UseDSAggregationValue(Dimension: IDimInstance): Boolean;

Fore.NET Syntax

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

Parameters

Dimension. Report data source dimension.

Description

The UseDSAggregationValue property determines whether to use data source aggregation value with multiple selection by the selected dimension.

Comments

Available values:

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedBasePoint