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, 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.
|