DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the control has an open ManagedDashboard object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool HasDashboard { get; }
Visual Basic
Public ReadOnly Property HasDashboard As Boolean
	Get
Visual C++
public:
virtual property bool HasDashboard {
	bool get () sealed;
}

Return Value

Type: Boolean
True if the control has an open ManagedDashboard object.

Remarks