ClientMeasureOverrides Class

Class used to model client overrides for a MetricSet measure element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalClientMeasureOverrides

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ClientMeasureOverrides

The ClientMeasureOverrides type exposes the following members.

Constructors
 NameDescription
Public methodClientMeasureOverrides Initializes a new instance of the ClientMeasureOverrides class.
Top
Properties
 NameDescription
Public propertyAggregator Gets or sets the measure aggregator override.
Public propertyIsHidden Gets or sets a value indicating whether this instance is hidden. If hidden, the data is still retrieved and used in any computations, but it is not present in the result cellset.
Public propertyLevelSortDirections Gets the measure sorting directions for various hierarchy levels.
Public propertyLevelSortIgnoreHierarchyGroupings Gets the measure sorting flags for ignoring hierarchy groupings for various hierarchy levels.
Public propertyMissingDataRule Gets the missing data rule.
Public propertyOppositeAxisMembers Gets the opposite axis members when measure sorting is required and both axis are defined within the metric set.
Public propertyRetrieveUnknownMembers Gets or sets a value indicating whether the unknown members should be retrieved or not, when the measure is based on a hierarchy members count value.
Public propertyUniqueName Gets the measure unique name.
Top
Methods
 NameDescription
Public methodRemoveMissingDataOverride Removes the missing data override.
Public methodSetMissingDataOverride Sets the missing data override.
Top
See Also