DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the type of drill down.

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

Syntax

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

Property Value

Type: DrillDown..::..DrillDownTypeDef
The type of drill down.

Return Value

Type: DrillDown..::..DrillDownTypeDef
The type of drill down.

Remarks