DataPA Enterprise Dashboard Controls API Reference
Creates and returns a clone of this object

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

Syntax

C#
public DrillDown Clone()
Visual Basic
Public Function Clone As DrillDown
Visual C++
public:
virtual DrillDown^ Clone() sealed

Return Value

Type: DrillDown
A clone of this object

Remarks