Back to Devexpress

PivotFieldImageIndexEventArgs.CreateDrillDownDataSource Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldimageindexeventargs-dot-createdrilldowndatasource.md

latest1.3 KB
Original Source

PivotFieldImageIndexEventArgs.CreateDrillDownDataSource Method

NameParametersDescription
CreateDrillDownDataSource()noneReturns data records associated with the processed field value.
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 limit the number of records to return.