DataPA Enterprise Dashboard Controls 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
C# |
---|
public KryptonWorkspace DashboardWorkspaceFromPage(
KryptonPage Page
) |
Visual Basic |
---|
Public Function DashboardWorkspaceFromPage (
Page As KryptonPage
) As KryptonWorkspace |
Visual C++ |
---|
public:
virtual KryptonWorkspace^ DashboardWorkspaceFromPage(
KryptonPage^ Page
) sealed |
Parameters
- Page
- Type: KryptonPage
The page.
Return Value
Type:
KryptonWorkspaceThe tab workspace object from the contained page.
Remarks
See Also