DashboardDesignerSetDataViewerDisplayLayout Method |
|
DataPA OpenAnalytics API Reference
Applies an XML layout string to a specific data viewer.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void SetDataViewerDisplayLayout(
string Key,
string Layout
)
Public Sub SetDataViewerDisplayLayout (
Key As String,
Layout As String
)
public:
virtual void SetDataViewerDisplayLayout(
String^ Key,
String^ Layout
) sealed
function SetDataViewerDisplayLayout(Key, 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 See Also