DataPA Enterprise Dashboard Controls API Reference
Gets a collection that contains the key of each available data viewer in the dashboard.

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

Syntax

C#
public Collection GetDataViewerKeys()
Visual Basic
Public Function GetDataViewerKeys As Collection
Visual C++
public:
virtual Collection^ GetDataViewerKeys() sealed

Return Value

Type: Collection
A collection that contains the key of each available data viewer in the dashboard.

Remarks