Click or drag to resize
DashboardDesignerDashboardObjectFromID Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a DashboardObject object referenced by a given ID.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardObject DashboardObjectFromID(
	string ID
)

Parameters

ID
Type: SystemString
The ID of the dashboard object.

Return Value

Type: DashboardObject
The dashboardObject.
Remarks