Click or drag to resize
DashboardDesignerSetTabLayout Method DataPA OpenAnalytics
DataPA OpenAnalytics 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
public void SetTabLayout(
	string TabID,
	string Layout
)

Parameters

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