Open this page in the API Guide

IMetricSetService.SwitchTotalsCalculationRules 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 (25.1.0.1000)
Syntax
void SwitchTotalsCalculationRules(
	MeasureUsage measureUsage
)

Parameters

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