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 the additional columns to return in (server mode) or returned columns in (OLAP mode).
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 additional columns to return in (server mode) or returned columns in (OLAP mode), and limit the number of returned records.