Click or drag to resize
DashboardDesignerDashboardObjectControlFromID Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the control that renders a dashboard object in the dashboard

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Control DashboardObjectControlFromID(
	string ID
)

Parameters

ID
Type: SystemString
The ID of the dashboard object being rendered

Return Value

Type: Control
The control that renders the object if it exists, otherwise null
See Also