MeasureType Property

The MeasureType property returns the type of a Measure object.

Syntax

Measure .MeasureType

Applies To

Measure Object

Discussion

Measures come in three types: regular, calculated, and category count measures. The type is automatically set to trRegularMeasure when you use the DoAutoDesign method. A regular measure is associated with a column or attribute.

You can use the ExpressionText property to define a calculated measure, and the CategoryCountLevel property to define a category count measure.

The MeasureType property uses the values of xtrMeasureType.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Constant - xtrMeasureType

Access

Read