DataPA Enterprise Dashboard Controls API Reference
Returns True if query has reqiured fields that are not represented by a ControlPanelObject on the dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool HasOrphanedRequiredFields { get; } |
Visual Basic |
---|
Public ReadOnly Property HasOrphanedRequiredFields As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasOrphanedRequiredFields {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if query has reqiured fields that are not represented by a ControlPanelObject on the dashboard.
Remarks
See Also