DataPA Enterprise Dashboard Controls API Reference
Gets the RunDataPA.Lookup 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

C#
public Lookup LookupObject { get; }
Visual Basic
Public ReadOnly Property LookupObject As Lookup
	Get
Visual C++
public:
virtual property Lookup^ LookupObject {
	Lookup^ get () sealed;
}

Return Value

Type: Lookup
The RunDataPA.Lookup 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