OlapDataProvider.DataConnection Property
In This Article
Gets a connection to a cube in an MS Analysis Services database.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
public OlapDataConnection DataConnection { get; }
#Property Value
Type | Description |
---|---|
Olap |
An Olap |
See Also