DashboardOlapDataSource.IsConnected Property
In This Article
Gets whether the connection to a cube in an MS Analysis Services database is established.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
public bool IsConnected { get; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the connection to a cube in an MS Analysis Services database is established; otherwise, false. |
#Implements
See Also