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(FieldArea, 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.
|
RetrieveFieldsAsync(FieldArea, 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.
|