DataPA Enterprise Dashboard Controls API Reference
Resets the summary data table for this object, forcing it to be rebuilt

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

Syntax

C#
public void ResetSummaryDataTable()
Visual Basic
Public Sub ResetSummaryDataTable
Visual C++
public:
virtual void ResetSummaryDataTable() sealed

Remarks

Should be called whenever an event will change the data displayed by this object (i.e. a filter change)

See Also