MeasureUsage Properties

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
See Also