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

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

Parameters

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