Back to Devexpress

DashboardOlapDataSource.IsConnected Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardolapdatasource-bc01c0c4.md

latest1.4 KB
Original Source

DashboardOlapDataSource.IsConnected Property

Gets whether the connection to a cube in an MS Analysis Services database is established.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Browsable(false)]
public bool IsConnected { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsConnected As Boolean

Property Value

TypeDescription
Boolean

true , if the connection to a cube in an MS Analysis Services database is established; otherwise, false.

|

Implements

IsConnected

See Also

DashboardOlapDataSource Class

DashboardOlapDataSource Members

DevExpress.DashboardCommon Namespace