DashboardDesignerLoadDashboardLayout Method |
|
DataPA OpenAnalytics API Reference
Applies the layout stored in the tabs LayoutXML property to the display.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void LoadDashboardLayout(
DashboardTab Tab
)
Public Sub LoadDashboardLayout (
Tab As DashboardTab
)
public:
virtual void LoadDashboardLayout(
DashboardTab^ Tab
) sealed
function LoadDashboardLayout(Tab);
Parameters
- Tab
- Type: DataPAEnterpriseDashboardDashboardTab
The tab you wish to apply the layout to.
Remarks See Also