DashboardDesignerHasDashboard Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the control has an open ManagedDashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasDashboard { get; }
Public ReadOnly Property HasDashboard As Boolean
Get
public:
virtual property bool HasDashboard {
bool get () sealed;
}
function get_HasDashboard();
Return Value
Type:
BooleanTrue if the control has an open ManagedDashboard object.
Remarks See Also