DashboardOlapDataSource(String, OlapConnectionParameters) Constructor
Initializes a new instance of the DashboardOlapDataSource class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public DashboardOlapDataSource(
string name,
OlapConnectionParameters connectionParameters
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the connection name. |
connectionParameters | OlapConnectionParameters | An OlapConnectionParameters object containing parameters used to establish a connection to a cube in an MS Analysis Services database. |
See Also