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

OlapDataProvider(OlapDataConnection) Constructor

Initializes a new instance of the OlapDataProvider class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public OlapDataProvider(
    OlapDataConnection dataConnection
)

Parameters

Name Type Description
dataConnection OlapDataConnection

An OlapDataConnection object specifying a connection to a cube in an MS Analysis Services database.

See Also