Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateDrillDownDataSource Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-createdrilldowndatasource.md

latest1.4 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateDrillDownDataSource Method

NameParametersDescription
CreateDrillDownDataSource()noneReturns data records used to calculate a summary value for the cell.
CreateDrillDownDataSource(List<String>)customColumnsReturns data records used to calculate a summary value for the current cell. Allows you to specify the columns to return.
CreateDrillDownDataSource(Int32, List<String>)maxRowCount, customColumnsReturns data records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return.
CreateDrillDownDataSource(Int32)maxRowCountReturns data records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return.