DashboardUnderlyingDataRow Properties
Represents an individual record from the DashboardUnderlyingDataSet.Name | Description |
---|---|
DataSet | Gets the DashboardUnderlyingDataSet that contains the current DashboardUnderlyingDataRow. |
Index | Gets the index of the current DashboardDataRow in the DashboardDataSet. Inherited from DashboardDataRow. |
Item[Int32] | Provides indexed access to individual elements in the DashboardDataRow. Inherited from DashboardDataRow. |
Item[String] | Provides access to individual elements in the DashboardDataRow. Inherited from DashboardDataRow. |
Length | Gets the number of elements in the DashboardDataRow. Inherited from DashboardDataRow. |
ListSourceRowIndex | Gets the current row’s index in the data source. |
See Also