DataPA Enterprise Dashboard Controls API Reference
Sets the layout of a specific tab using an XML document string.

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

Syntax

C#
public void SetTabLayout(
	string TabID,
	string Layout
)
Visual Basic
Public Sub SetTabLayout ( 
	TabID As String,
	Layout As String
)
Visual C++
public:
virtual void SetTabLayout(
	String^ TabID, 
	String^ Layout
) sealed

Parameters

TabID
Type: System..::..String
The ID of the tab you want to set the layout for.
Layout
Type: System..::..String
The layout of a specific tab in the form of an XML document string.

Remarks