DataItem Properties
Serves as the base class for data items - measures and dimensions.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. |
See Also