Click or drag to resize
DashboardDesignerGetTabLayout Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the layout of a specific tab in the form of an XML document string.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string GetTabLayout(
	string TabID
)

Parameters

TabID
Type: SystemString
The ID of the tab you want to retrieve to layout for.

Return Value

Type: String
The layout of a specific tab in the form of an XML document string.
Remarks