DashboardDesignerTabWorkspaceFromPage Method |
|
DataPA OpenAnalytics API Reference
Returns a containing workspace object referenced by contained page.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public KryptonWorkspace TabWorkspaceFromPage(
KryptonPage Page
)
Public Function TabWorkspaceFromPage (
Page As KryptonPage
) As KryptonWorkspace
public:
virtual KryptonWorkspace^ TabWorkspaceFromPage(
KryptonPage^ Page
) sealed
function TabWorkspaceFromPage(Page);
Parameters
- Page
- Type: KryptonPage
The page you want to retrieve the workspace for.
Return Value
Type:
KryptonWorkspaceThe workspace that contains the page.
Remarks See Also