Dimension Members
In This Article
#Constructors
Name | Description |
---|---|
Dimension() | Initializes a new instance of the Dimension class. |
Dimension |
Initializes a new instance of the Dimension class based on the specified dimension definition. |
Dimension |
Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for date-time values to the specified value. |
Dimension |
Initializes a new instance of the Dimension class with the specified identifier, dimension definition and group index. |
Dimension |
Initializes a new instance of the Dimension class with the specified identifier and dimension definition. |
Dimension |
Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for textual values to the specified value. |
Dimension |
Initializes a new instance of the Dimension class with the specified group index and binds it to the specified data member. |
Dimension |
Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for date-time values to the specified value. |
Dimension |
Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for textual values to the specified value. |
Dimension |
Initializes a new instance of the Dimension class with the specified identifier and binds it to the specified data member. |
Dimension |
Initializes a new instance of the Dimension class and binds it to the specified data member. |
#Properties
Name | Description |
---|---|
Coloring |
Gets or sets a coloring mode for the current dimension. |
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 |
Date |
Gets or sets the group interval for date-time values. |
Group |
Gets or sets whether to group Treemap tiles corresponding to values of the child dimension by values of the current dimension. |
Group |
Gets or sets the index of the group which owns a corresponding dimension. |
ID |
Obsolete. Gets or sets the data item identifier.
Inherited from Data |
Is |
Gets or sets whether to treat numeric dimension values as if they were defined on a discrete or continuous scale. |
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 |
Sort |
Gets or sets a Measure by which values of this data item should be sorted. |
Sort |
For internal use. |
Sort |
Gets or sets how dimension values are sorted. |
Sort |
Gets or sets the sort order of dimension values. |
Text |
Gets or sets the group interval for string values. |
Top |
Provides access to the Top N settings. |
Unique |
Gets or sets the unique data item identifier.
Inherited from Data |
#Methods
Name | Description |
---|---|
Begin |
For internal use.
Inherited from Data |
End |
For internal use.
Inherited from Data |
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 dimension. |
Get |
Gets the dimension definition for the current dimension. |
Get |
Serves as the default hash function. Inherited from Object. |
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