DashboardDesignerDashboardWorkspaceFromPage Method |
|
DataPA OpenAnalytics API Reference
Returns a tab workspace object from the contained page.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public KryptonWorkspace DashboardWorkspaceFromPage(
KryptonPage Page
)
Public Function DashboardWorkspaceFromPage (
Page As KryptonPage
) As KryptonWorkspace
public:
virtual KryptonWorkspace^ DashboardWorkspaceFromPage(
KryptonPage^ Page
) sealed
function DashboardWorkspaceFromPage(Page);
Parameters
- Page
- Type: KryptonPage
The page.
Return Value
Type:
KryptonWorkspaceThe tab workspace object from the contained page.
Remarks See Also