Skip to main content
A newer version of this page is available. .

DashboardOlapDataSource(String, String) Constructor

Initializes a new instance of the DashboardOlapDataSource class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public DashboardOlapDataSource(
    string name,
    string connectionName
)

Parameters

Name Type Description
name String

A String value that specifies the data source name.

connectionName String

A String value that specifies the connection name.

See Also