Skip to main content
A newer version of this page is available. .

PivotGridControl.RetrieveFieldsAsync Method

Name Parameters Description
RetrieveFieldsAsync() none Creates PivotGridField objects for all fields in a data source asynchronously.
RetrieveFieldsAsync(AsyncCompletedHandler) asyncCompleted Creates PivotGridField objects for all fields in a data source asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
RetrieveFieldsAsync(PivotArea, Boolean, AsyncCompletedHandler) area, visible, asyncCompleted Creates PivotGridField objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
RetrieveFieldsAsync(PivotArea, Boolean) area, visible Creates PivotGridField objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously.