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.3.0.1000)
Syntax public 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.MetadataCellsetAxis
The calculation axis for the specified total.
See Also