MeasureUsageRemoveTotalsCalculationRule Method

Removes any existing totals calculation rule and reverts to using the standard aggregator.

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 RemoveTotalsCalculationRule(
	CellsetAxis axis
)

Parameters

axis
Type: Dundas.BI.Data.MetadataCellsetAxis
The calculation axis for the specified total.
See Also