DashboardDesignerSelectedTabWorkspace Method |
|
DataPA OpenAnalytics API Reference
Gets the workspace container of the currently selected DashboardTab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public KryptonWorkspace SelectedTabWorkspace()
Public Function SelectedTabWorkspace As KryptonWorkspace
public:
virtual KryptonWorkspace^ SelectedTabWorkspace() sealed
function SelectedTabWorkspace();
Return Value
Type:
KryptonWorkspaceThe workspace container of the currently selected DashboardTab.
Remarks See Also