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