DataItem Members
Serves as the base class for data items - measures and dimensions.Properties
Name | Description |
---|---|
DataMember | Gets or sets the identifier of a corresponding data member in the data source. |
DataSourceFieldType | Gets the type of the data source field that provides data for the current data item. |
DateTimeFormat | Provides access to the format settings for date-time values. |
ID | Obsolete. Gets or sets the data item identifier. |
Name | Gets or sets the name of the data item. |
NumericFormat | Provides access to the format settings for numeric values. |
ShowGrandTotals | Gets or sets whether to show grand totals for the current measure. |
ShowTotals | Gets or sets whether to show totals for the current data item. |
ShowValues | Gets or sets whether to display summary values corresponding to the current measure. |
UniqueId | Gets or sets the unique data item identifier. |
Methods
Name | Description |
---|---|
BeginInit() | For internal use. |
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() | Returns the data item definition. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
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. |
See Also