OlapDataConnection.ConnectionParameters Property
In This Article
Contains parameters used to establish 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 OlapConnectionParameters ConnectionParameters { get; }
#Property Value
Type | Description |
---|---|
Olap |
An Olap |
See Also