DashboardDesignerHasObjects Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the ManagedDashboard object in the control has one or more DashboardObject objects
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasObjects { get; }
Public ReadOnly Property HasObjects As Boolean
Get
public:
virtual property bool HasObjects {
bool get () sealed;
}
function get_HasObjects();
Return Value
Type:
BooleanTrue if a dashboard with objects is open.
Remarks See Also