DataSource Constructors
Obsolete. A data source that provides data for the dashboard.Name | Parameters | Description |
---|---|---|
DataSource() | none |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(OlapDataProvider) | dataProvider |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(SqlDataProvider) | dataProvider |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(Object, String) | data, dataMember |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(Object) | data |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(String, OlapDataProvider) | name, dataProvider |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(String, SqlDataProvider) | name, dataProvider |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(String, Object, String) | name, data, dataMember |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(String, Object) | name, data |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
DataSource(String) | name |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
See Also