IMetricSetServiceSwitchTotalsCalculationRules Method

Switches the calculation axis for any defined totals calculation rule and saves the metric set.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void SwitchTotalsCalculationRules(
	MeasureUsage measureUsage
)

Parameters

measureUsage
Type: Dundas.BI.Entities.MetricSetsMeasureUsage
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasureUsage is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also