MeasurePlaceholderSetAggregatorValue Method

Sets the aggregator value, along the specified cellset axis.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void SetAggregatorValue(
	CellsetAxis axis,
	FormulaAggregator aggregator
)

Parameters

axis
Type: Dundas.BI.Data.MetadataCellsetAxis
The axis.
aggregator
Type: Dundas.BI.Data.MetadataFormulaAggregator
The aggregator.
Exceptions
ExceptionCondition
ArgumentExceptionaggregator or axis value is invalid.
See Also