DataPA Enterprise Dashboard Controls API Reference
Applies the layout stored in the tabs LayoutXML property to the display.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void LoadDashboardLayout(
	DashboardTab Tab
)
Visual Basic
Public Sub LoadDashboardLayout ( 
	Tab As DashboardTab
)
Visual C++
public:
virtual void LoadDashboardLayout(
	DashboardTab^ Tab
) sealed

Parameters

Tab
Type: DataPAEnterpriseDashboard..::..DashboardTab
The tab you wish to apply the layout to.

Remarks