IsDSAggregationSupported(Dimension: IDimInstance): Boolean;
IsDSAggregationSupported(Dimension: Prognoz.Platform.Interop.Dimensions.IDimInstance): Boolean;
Dimension. Report data source dimension.
The IsDSAggregationSupported property returns whether aggregation by the selected data source dimension is available.
Returned values:
True. Aggregation by the selected data source dimension is available.
False. Aggregation by the selected data source dimension is not available.
The property use is given in the example for IPrxCalculatedBasePoint.AggregatorOperation.
See also: