MeasureOverridesSetAggregatorOverride Method

Sets the aggregator override.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void SetAggregatorOverride(
	AggregatorFunctions aggregator
)

Parameters

aggregator
Type: Dundas.BI.DataAggregatorFunctions
The aggregator.
Exceptions
ExceptionCondition
ArgumentExceptionaggregator is not one of the supported values.
See Also