OlapDataProvider Constructors
Obsolete. Represents a data provider for an OLAP data source.| Name | Parameters | Description |
|---|---|---|
| OlapDataProvider() | none |
Initializes a new instance of the DevExpress.DashboardCommon.OlapDataProvider class with default settings.
|
| OlapDataProvider(OlapDataConnection) | dataConnection |
Initializes a new instance of the DevExpress.DashboardCommon.OlapDataProvider class.
|
| OlapDataProvider(String, OlapConnectionParameters) | connectionName, connectionParameters |
Initializes a new instance of the DevExpress.DashboardCommon.OlapDataProvider class.
|
See Also