DashboardObjectResetSummaryDataTable Method |
|
DataPA OpenAnalytics API Reference
Resets the summary data table for this object, forcing it to be rebuilt
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ResetSummaryDataTable()
Public Sub ResetSummaryDataTable
public:
virtual void ResetSummaryDataTable() sealed
function ResetSummaryDataTable();
Remarks Should be called whenever an event will change the data displayed by this object (i.e. a filter change)
See Also