Click or drag to resize
DashboardDesignerShowDashboardObjectHTML Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Opens a window showing the HTML source for the Dashboard object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void ShowDashboardObjectHTML(
	string ID = null
)

Parameters

ID (Optional)
Type: SystemString
The ID of the DashboardObject. If ID is not specified (or is a blank string), the DashboardObject specified by SelectedObject is used
Remarks