DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new DashboardObject.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DashboardObject( DrillDown Parent ) |
| Visual Basic |
|---|
Public Sub New ( Parent As DrillDown ) |
| Visual C++ |
|---|
public: DashboardObject( DrillDown^ Parent ) |
Parameters
- Parent
- Type: DataPAEnterpriseDashboard..::..DrillDown
The parent drilldown object.