Click or drag to resize
DashboardDesignerCopyDashboardObject Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Copies to the clipboard the Dashboard object.

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

Parameters

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