TotalsCalculationRule Class

Class used to model an optional totals calculation rule for a specified MeasureUsage.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsTotalsCalculationRule

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 class TotalsCalculationRule

The TotalsCalculationRule type exposes the following members.

Properties
  NameDescription
Public propertyCalculationAxis
Gets the calculation axis.
Public propertyExpression
Gets the rule expression.
Public propertyIsGrandTotalsOnly
Gets or sets a value indicating whether this instance is only for grand totals calculations.
Public propertyMeasure
Gets the underlying measure.
Public propertyUseDetailLevels
Gets or sets a value indicating whether the detail levels should be used in calculations.
Top
See Also