DataPA Enterprise Dashboard Controls API Reference
Returns True if query has reqiured fields that are not represented by a ControlPanelObject on the dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: Boolean
True if query has reqiured fields that are not represented by a ControlPanelObject on the dashboard.

Remarks

Also calls SetRequiredValue on the query using those ControlPanelObjects that do exist.

See Also