DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the object is added to the tab.
Adds a new DashboardObject to the current tab.
Namespace: DataPAEnterpriseDashboardAssembly: 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: BooleanTrue if the object is added to the tab.