DataPA Enterprise Dashboard Controls 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

C#
public string GetDataViewerDisplayLayout(
	string Key
)
Visual Basic
Public Function GetDataViewerDisplayLayout ( 
	Key As String
) As String
Visual C++
public:
virtual String^ GetDataViewerDisplayLayout(
	String^ Key
) sealed

Parameters

Key
Type: System..::..String
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