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

OlapDataProvider.DataConnection Property

Gets a connection to a cube in an MS Analysis Services database.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
public OlapDataConnection DataConnection { get; }

Property Value

Type Description
OlapDataConnection

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

See Also