DashboardQueryHasOrphanedRequiredFields Property |
|
DataPA OpenAnalytics 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 public bool HasOrphanedRequiredFields { get; }
Public ReadOnly Property HasOrphanedRequiredFields As Boolean
Get
public:
virtual property bool HasOrphanedRequiredFields {
bool get () sealed;
}
function get_HasOrphanedRequiredFields();
Return Value
Type:
BooleanTrue 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