IPrxCalculatedBasePoint.IsDSAggregationSupported

Fore Syntax

IsDSAggregationSupported(Dimension: IDimInstance): Boolean;

Fore.NET Syntax

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

Parameters

Dimension. Report data source dimension.

Description

The IsDSAggregationSupported property returns whether aggregation by the selected data source dimension is available.

Comments

Returned values:

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedBasePoint