DataPA Enterprise Dashboard Controls API Reference
Causes the all queries in the collection to refresh their data.

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

Syntax

C#
public bool RefreshData()
Visual Basic
Public Function RefreshData As Boolean
Visual C++
public:
virtual bool RefreshData() sealed

Return Value

Type: Boolean
True if the refresh was successful.

Remarks