DataPA Enterprise Dashboard Controls API Reference
Adds a new DashboardObject to the current tab.

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

Syntax

C#
public bool AddDashboardObject(
	DashboardObject..::..DashboardObjectType ObjectType
)
Visual Basic
Public Function AddDashboardObject ( 
	ObjectType As DashboardObject..::..DashboardObjectType
) As Boolean
Visual C++
public:
virtual bool AddDashboardObject(
	DashboardObject..::..DashboardObjectType ObjectType
) sealed

Parameters

ObjectType
Type: DataPAEnterpriseDashboard..::..DashboardObject..::..DashboardObjectType
The type of the object to add.

Return Value

Type: Boolean
True if the object is added to the tab.

Remarks