DashboardDesignerCopyDashboardTab Method (String) |
|
DataPA OpenAnalytics API Reference
Copies to the clipboard the Dashboard tab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void CopyDashboardTab(
string ID = ""
)
Public Sub CopyDashboardTab (
Optional ID As String = ""
)
public:
virtual void CopyDashboardTab(
String^ ID = L""
) sealed
function CopyDashboardTab(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 See Also