DashboardDesignerGetDataViewerDisplayLayout Method |
|
DataPA OpenAnalytics API Reference
Gets the layout of a specific data viewer as an XML string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string GetDataViewerDisplayLayout(
string Key
)
Public Function GetDataViewerDisplayLayout (
Key As String
) As String
public:
virtual String^ GetDataViewerDisplayLayout(
String^ Key
) sealed
function GetDataViewerDisplayLayout(Key);
Parameters
- Key
- Type: SystemString
The key of the specific data viewer you wish to retrieve the layout for.
Return Value
Type:
StringThe layout of a specific data viewer as an XML string.
Remarks See Also