DashboardDesignerAddDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Adds a new DashboardObject to the current tab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AddDashboardObject(
DashboardObjectDashboardObjectType ObjectType
)
Public Function AddDashboardObject (
ObjectType As DashboardObjectDashboardObjectType
) As Boolean
public:
virtual bool AddDashboardObject(
DashboardObjectDashboardObjectType ObjectType
) sealed
function AddDashboardObject(ObjectType);
Parameters
- ObjectType
- Type: DataPAEnterpriseDashboardDashboardObjectDashboardObjectType
The type of the object to add.
Return Value
Type:
BooleanTrue if the object is added to the tab.
Remarks See Also