DataPA Enterprise Dashboard Controls API Reference
Gets and sets a DrillDown object representing any drill down options for this object.

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

Syntax

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

Property Value

Type: DrillDown
The DrillDown object representing any drill down options for this object.

Return Value

Type: DrillDown
DrillDown object representing any drill down options for this object.

Remarks