Back to Devexpress

PivotGridControl.CreateDrillDownDataSourceAsync Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-createdrilldowndatasourceasync.md

latest2.1 KB
Original Source

PivotGridControl.CreateDrillDownDataSourceAsync Method

NameParametersDescription
CreateDrillDownDataSourceAsync()noneReturns a list of records used to calculate a summary value for the specified cell asynchronously.
CreateDrillDownDataSourceAsync(Int32, Int32, List<String>)columnIndex, rowIndex, customColumnsReturns a list of records used to calculate a summary value for the specified cell asynchronously.
CreateDrillDownDataSourceAsync(Int32, Int32, Int32, List<String>)columnIndex, rowIndex, maxRowCount, customColumnsReturns a list of records used to calculate a summary value for the specified cell asynchronously.
CreateDrillDownDataSourceAsync(Int32, Int32, Int32)columnIndex, rowIndex, maxRowCountReturns a list of records used to calculate a summary value for the specified cell asynchronously.
CreateDrillDownDataSourceAsync(Int32, Int32)columnIndex, rowIndexReturns a list of records used to calculate a summary value for the specified cell asynchronously.