DataPA Enterprise Dashboard Controls API Reference
Gets and sets the DashboardObject object that defines this drill down.

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

Syntax

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

Property Value

Type: DashboardObject
The DashboardObject object that defines this drill down.

Return Value

Type: DashboardObject
The DashboardObject object that defines this drill down.

Remarks