MeasureDefinition Properties
A measure definition.| Name | Description |
|---|---|
| Calculation | Gets the calculation applied to the measure. |
| DataMember | Gets the data member for the current data item definition. Inherited from DataItemDefinition. |
| Definitions | Gets a list of measure and dimension definitions. |
| Expression | Gets a measure expression. |
| FilterString | Gets or sets a filter string that uses dimensions whose definitions are added to the DataItemDefinition collection. |
| SummaryType | Gets the type of summary function calculated against the current measure. |
| WindowDefinition | Gets a window definition used to apply a calculation. |
See Also