DataPA Enterprise Dashboard Controls API Reference
The DataPA Application Object used to provide the core DataPA data functionality. If this property has not been assigned a valid DataPA Application object before the initialise method is called, the control will create its own instance of the DataPA Application Object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Application DataPAApplication { get; set; }
Visual Basic
Public Property DataPAApplication As Application
	Get
	Set
Visual C++
public:
virtual property Application^ DataPAApplication {
	Application^ get () sealed;
	void set (Application^ value) sealed;
}

Property Value

Type: Application
The DataPA Application Object used to provide the core DataPA data functionality.

Return Value

Type: Application
The DataPA Application Object used to provide the core DataPA data functionality.

Remarks