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

PivotGridControl.CreateDrillDownDataSourceAsync Method

Name Parameters Description
CreateDrillDownDataSourceAsync(AsyncCompletedHandler) asyncCompleted Returns a list of records used to calculate summary values for all cells asynchronously.
CreateDrillDownDataSourceAsync(Int32, Int32, AsyncCompletedHandler) columnIndex, rowIndex, asyncCompleted Returns a list of records used to calculate a summary value for the specified cell asynchronously.
CreateDrillDownDataSourceAsync(Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, customColumns, asyncCompleted Returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify which columns should be returned.
CreateDrillDownDataSourceAsync(Int32, Int32, Int32, AsyncCompletedHandler) columnIndex, rowIndex, maxRowCount, asyncCompleted Returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to limit the number of records to be returned.
CreateDrillDownDataSourceAsync(Int32, Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, maxRowCount, customColumns, asyncCompleted Returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify the columns and limit the number of records to be returned.