Click or drag to resize
DashboardDesignerSetDataViewerDisplayLayout Method DataPA OpenAnalytics
DataPA OpenAnalytics 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
public void SetDataViewerDisplayLayout(
	string Key,
	string Layout
)

Parameters

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