DashboardObjectDataSource Constructors
An object data source that provides data for the dashboard.| Name | Parameters | Description |
|---|---|---|
| DashboardObjectDataSource() | none | Initializes a new instance of the DashboardObjectDataSource class with no data. |
| DashboardObjectDataSource(Object) | data | Initializes a new instance of the DashboardObjectDataSource class with predefined data. |
| DashboardObjectDataSource(String, Object) | name, data | Initializes a new instance of the DashboardObjectDataSource class with a specidied data source name and data. |
| DashboardObjectDataSource(String) | name | Initializes a new instance of the DashboardObjectDataSource class with a specidied data source name. |
See Also