Measure Members
In This Article
#Constructors
Name | Description |
---|---|
Measure() | Initializes a new instance of the Measure class. |
Measure |
Initializes a new instance of the Measure class based on the specified measure definition. |
Measure |
Initializes a new instance of the Measure class. |
Measure |
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 |
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 |
Initializes a new instance of the Measure class with the specified identifier and binds it to the specified data member. |
Measure |
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. |
Data |
Gets or sets the identifier of a corresponding data member in the data source.
Inherited from Data |
Data |
Gets the type of the data source field that provides data for the current data item.
Inherited from Data |
Date |
Provides access to the format settings for date-time values.
Inherited from Data |
Expression | Gets or sets the expression for the current measure. |
Filter |
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 Data |
Name |
Gets or sets the name of the data item.
Inherited from Data |
Numeric |
Provides access to the format settings for numeric values.
Inherited from Data |
Show |
Gets or sets whether to show grand totals for the current measure.
Inherited from Data |
Show |
Gets or sets whether to show totals for the current data item.
Inherited from Data |
Show |
Gets or sets whether to display summary values corresponding to the current measure.
Inherited from Data |
Summary |
Gets or sets the type of summary function calculated against this Measure. |
Unique |
Gets or sets the unique data item identifier.
Inherited from Data |
Window |
Gets or sets the window definition used to apply a calculation to values of the current measure. |
#Methods
Name | Description |
---|---|
Begin |
For internal use.
Inherited from Data |
End |
For internal use. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the data item definition for the current measure. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the measure definition for the current measure. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object.
Inherited from Data |
See Also