DataPA Enterprise Dashboard Controls API Reference
Applies an XML layout string to a specific data viewer.

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

Syntax

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

Parameters

Key
Type: System..::..String
The key of the specific data viewer you wish to apply the layout to.
Layout
Type: System..::..String
The layout as an XML string you wish to apply to the data viewer.

Remarks