MeasureUsage.RemoveTotalsCalculationRule 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 (25.1.0.1000)
Syntaxpublic void RemoveTotalsCalculationRule(
CellsetAxis axis
)
Public Sub RemoveTotalsCalculationRule (
axis As CellsetAxis
)
public:
void RemoveTotalsCalculationRule(
CellsetAxis axis
)
member RemoveTotalsCalculationRule :
axis : CellsetAxis -> unit
Parameters
- axis
- Type: Dundas.BI.Data.Metadata.CellsetAxis
The calculation axis for the specified total.
See Also