Measure Members
A measure which is a DataItem whose values are summarized before they are used in the dashboard.Constructors
Name | Description |
---|---|
Measure() | Initializes a new instance of the Measure class. |
Measure(MeasureDefinition) | Initializes a new instance of the Measure class based on the specified measure definition. |
Measure(String, MeasureDefinition) | Initializes a new instance of the Measure class. |
Measure(String, SummaryType) | Initializes a new instance of the Measure class, binds it to the specified data member and sets the summary type to the specified value. |
Measure(String, String, SummaryType) | Initializes a new instance of the Measure class with the specified identifier, binds it to the specified data member and sets the summary type to the specified value. |
Measure(String, String) | Initializes a new instance of the Measure class with the specified identifier and binds it to the specified data member. |
Measure(String) | Initializes a new instance of the Measure class and binds it to the specified data member. |
Properties
Name | Description |
---|---|
Calculation | Gets or sets a calculation applied to values of the current measure. |
DataMember | Gets or sets the identifier of a corresponding data member in the data source. Inherited from DataItem. |
DataSourceFieldType | Gets the type of the data source field that provides data for the current data item. Inherited from DataItem. |
DateTimeFormat | Provides access to the format settings for date-time values. Inherited from DataItem. |
Expression | Gets or sets the expression for the current measure. |
FilterString | Gets or sets the criteria string used to filter data displayed in the dashboard item. |
ID | Obsolete. Gets or sets the data item identifier. Inherited from DataItem. |
Name | Gets or sets the name of the data item. Inherited from DataItem. |
NumericFormat | Provides access to the format settings for numeric values. Inherited from DataItem. |
ShowGrandTotals | Gets or sets whether to show grand totals for the current measure. Inherited from DataItem. |
ShowTotals | Gets or sets whether to show totals for the current data item. Inherited from DataItem. |
ShowValues | Gets or sets whether to display summary values corresponding to the current measure. Inherited from DataItem. |
SummaryType | Gets or sets the type of summary function calculated against this Measure. |
UniqueId | Gets or sets the unique data item identifier. Inherited from DataItem. |
WindowDefinition | Gets or sets the window definition used to apply a calculation to values of the current measure. |
Methods
Name | Description |
---|---|
BeginInit() | For internal use. Inherited from DataItem. |
EndInit() | For internal use. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetDefinition() | Gets the data item definition for the current measure. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetMeasureDefinition() | Gets the measure definition for the current measure. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from DataItem. |
See Also