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