Click or drag to resize
ControlPanelObjectLookupObject Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the RunLookup object that this ControlPanelObject uses to populate the drop down list.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public RunLookup LookupObject { get; }

Return Value

Type: RunLookup
The RunLookup object that this ControlPanelObject uses to populate the drop down list.
Remarks
If the ObjectType of this object is not ControlPanelObjectQueryParameter, or the QueryRequiredField property does not have a valid Lookup property, this property returns nothing.
See Also