xtrMeasureType Value List

Determines the type and use of a Measure object.

Applies To

MeasureType Property

Discussion

Use the constants of this value list with the MeasureType property of the Measure object to determine what type of measure was created. The types of Measure objects include: regular, calculated, and category count.

Constant

Description

trCalculatedMeasure

Specifies that the measure is a measure that derives values from the ExpressionText property.

trCountMeasure

Specifies that the measure is a measure that derives values from the CategoryCountLevel property.

trRegularMeasure (Default)

Specifies that the measure is a regular measure that derives values from an association.