Version

CalculatedMeasureViewModel Class Properties

For a list of all members of this type, see CalculatedMeasureViewModel members.

Public Properties
 NameDescription
Public PropertyAggregatorTypeGets or sets the AggregatorType that identifies how a measure was derived.  
Public PropertyCaptionGets or sets the string representation for the item. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyCompareKeyOverridden. Gets an instance of object which uniquely identifies this instance.  
Public PropertyDataProviderGets the model provider which is responsible for providing the data.  
Public PropertyDescriptionGets the description of the measure.  
Public PropertyExpressionGets or sets the MDX expression which this element evaluates. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyFilterableMeasureViewModelA view model for the measure filtering dialog.  
Public PropertyFormatStringGets or sets a Microsoft Office style format string used by client application. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyGroupNameGets the name of the measue group this instance belongs to.  
Public PropertyHasPendingChangesGets a value indicating whether this instance has uncommited changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyIsReadOnlyGets or sets a value indicating whether the value of Expression property can be modified. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyMeasureGets the measure which will be used in the view model.  
Public PropertyMemberGets the Infragistics.Olap.Data.ICalculatedOlapElement instance. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyNameGets the name of the element. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertySolveOrderGets or sets the order in which calculated member is evaluated if there is an intersection between multiple calcualted mambers. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyUniqueNameOverridden. Gets the unique name of the element.  
Public PropertyViewModelGets the view model this instance is connected to.  
See Also