DataPA Enterprise Dashboard Controls API Reference
Updates the Tab.LayouXML property from the currently displayed layout.

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

Syntax

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

Parameters

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

Remarks