Click or drag to resize
DashboardDesignerCutDashboardTab Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Copies to the clipboard and deletes the Dashboard tab.

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

Parameters

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