MeasureUsage Class

Class that encapsulates the query details associated with a measure.
Inheritance Hierarchy

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 MeasureUsage : AnalysisElementUsage

The MeasureUsage type exposes the following members.

Properties
  NameDescription
Public propertyAggregator
Gets or sets the measure aggregator.
Public propertyAnalysisElement
Gets the parent IAnalysisElement.
(Inherited from AnalysisElementUsage.)
Public propertyCaption
Gets or sets the usage element caption.
(Inherited from AnalysisElementUsage.)
Public propertyColumnTotalsCalculationRule
Gets the custom calculation rules that replace the standard aggregator when used for column totals.
Public propertyDerivedParameters
Gets the derived parameters, when the underlying measure is a DerivedMeasure.
Public propertyExpression
Gets the script expression, if the usage element is based on a CalculatedMeasure.
Public propertyFormatInfo
Gets the numeric format for the current instance.
Public propertyIsDataCorrectionAllowed
Gets or sets a value indicating whether this instance allows user data correction.
Public propertyIsExcludedFromDataExport
Gets or sets a value indicating whether this element is exported in non-image exports.
(Inherited from AnalysisElementUsage.)
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 propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
(Inherited from AnalysisElementUsage.)
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
(Inherited from AnalysisElementUsage.)
Public propertyIsNotVisualized
Gets or sets a value indicating whether this instance is not visualized by default in new visualizations.
Public propertyIsSorted
Gets a value indicating whether this instance is sorted.
Public propertyIsTimeHierarchy
Gets a value indicating whether this instance is a time hierarchy.
(Inherited from AnalysisElementUsage.)
Public propertyMeasure
Gets the underlying measure.
Public propertyMeasureKind
Gets the underlying measure kind.
Public propertyMetricSet
Gets the parent entity.
(Inherited from AnalysisElementUsage.)
Public propertyMissingDataRule
Gets the missing data rule.
Public propertyParameter
Gets the associated data parameter.
(Inherited from AnalysisElementUsage.)
Public propertyPlacement
Gets the element placement.
(Inherited from AnalysisElementUsage.)
Public propertyRetrieveUnknownMembers
Gets or sets a value indicating whether unknown members should be retrieved or not.
(Inherited from AnalysisElementUsage.)
Public propertyRowTotalsCalculationRule
Gets the custom calculation rule that replace the standard aggregator when used for row totals.
Public propertySortPolicy
Gets the measure sorting behavior.
Public propertyTargetMeasureParameter
Gets the associated dynamic measure parameter, when the underlying measure is dynamic.
Public propertyUniqueName
Gets the unique name of the underlying analysis element.
(Overrides AnalysisElementUsageUniqueName.)
Top
Methods
  NameDescription
Public methodRemoveTotalsCalculationRule
Removes any existing totals calculation rule and reverts to using the standard aggregator.
Public methodReplaceUniqueName
Replaces the unique name for the current measure usage. When the current instance references a calculated measure, its name is also changed accordingly.
Public methodSetupColumnTotalsCalculation
Defines an optional calculation rule to be employed for subtotals and grand totals. The calculations are performed alongside result columns.
Public methodSetupRowTotalsCalculation
Defines an optional calculation rule to be employed for subtotals and grand totals. The calculations are performed alongside result rows.
Public methodSwitchTotalsCalculationRules
Switches the calculation axis for any defined totals calculation rule. The calculations are performed alongside result columns.
Top
See Also