DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new DrillDown object.

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

Syntax

C#
public DrillDown(
	DashboardObject Parent,
	DrillDown..::..DrillDownTypeDef Type
)
Visual Basic
Public Sub New ( 
	Parent As DashboardObject,
	Type As DrillDown..::..DrillDownTypeDef
)
Visual C++
public:
DrillDown(
	DashboardObject^ Parent, 
	DrillDown..::..DrillDownTypeDef Type
)

Parameters

Parent
Type: DataPAEnterpriseDashboard..::..DashboardObject
An object that represents the parent of this object.
Type
Type: DataPAEnterpriseDashboard..::..DrillDown..::..DrillDownTypeDef
The type of drill down.

Remarks