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 (26.2.0.1000)
Syntax
void SwitchTotalsCalculationRules(
	MeasureUsage measureUsage
)

Parameters

measureUsage  MeasureUsage
 
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasureUsage is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also