Back to Devexpress

PivotGridControl.CreateDrillDownDataSourceAsync Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-createdrilldowndatasourceasync.md

latest2.0 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.