Click or drag to resize
DashboardDesignerGetDataViewerDisplayLayout Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the layout of a specific data viewer as an XML string.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string GetDataViewerDisplayLayout(
	string Key
)

Parameters

Key
Type: SystemString
The key of the specific data viewer you wish to retrieve the layout for.

Return Value

Type: String
The layout of a specific data viewer as an XML string.
Remarks