PivotGridControl.ReloadDataAsync Method
| Name | Parameters | Description |
|---|---|---|
| ReloadDataAsync() | none | Reloads data from the control data source and recalculates summaries asynchronously. |
| ReloadDataAsync(AsyncCompletedHandler) | asyncCompleted | Reloads data from the control data source and recalculates summaries asynchronously. Allows you to specify custom actions to be performed after this operation is completed. |