DashboardDesignerDashboardObjectControlFromID Method |
|
DataPA OpenAnalytics API Reference
Returns the control that renders a dashboard object in the dashboard
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Control DashboardObjectControlFromID(
string ID
)
Public Function DashboardObjectControlFromID (
ID As String
) As Control
public:
virtual Control^ DashboardObjectControlFromID(
String^ ID
) sealed
function DashboardObjectControlFromID(ID);
Parameters
- ID
- Type: SystemString
The ID of the dashboard object being rendered
Return Value
Type:
ControlThe control that renders the object if it exists, otherwise null
See Also