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

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

Syntax

C#
public DashboardObjects(
	DashboardTab Parent
)
Visual Basic
Public Sub New ( 
	Parent As DashboardTab
)
Visual C++
public:
DashboardObjects(
	DashboardTab^ Parent
)

Parameters

Parent
Type: DataPAEnterpriseDashboard..::..DashboardTab
An object that represents the parent of this object.

Remarks