DashboardDesignerGetDataViewerKeys Method |
|
DataPA OpenAnalytics API Reference
Gets a collection that contains the key of each available data viewer in the dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection GetDataViewerKeys()
Public Function GetDataViewerKeys As Collection
public:
virtual Collection^ GetDataViewerKeys() sealed
function GetDataViewerKeys();
Return Value
Type:
CollectionA collection that contains the key of each available data viewer in the dashboard.
Remarks See Also