Back to Devexpress

PivotGridControl.CreateDrillDownDataSource Method

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

latest1.7 KB
Original Source

PivotGridControl.CreateDrillDownDataSource Method

NameParametersDescription
CreateDrillDownDataSource()noneReturns data records used to calculate summary values for all cells.
CreateDrillDownDataSource(Int32, Int32, List<String>)columnIndex, rowIndex, customColumnsReturns data records used to calculate a summary value for the specified cell. Allows you to specify the columns to return.
CreateDrillDownDataSource(Int32, Int32, Int32, List<String>)columnIndex, rowIndex, maxRowCount, customColumnsReturns data records used to calculate a summary value for the specified cell. Allows you to specify the columns and limit the number of records to return.
CreateDrillDownDataSource(Int32, Int32, Int32)columnIndex, rowIndex, maxRowCountReturns data records used to calculate a summary value for the specified cell. Allows you to limit the number of returned records.
CreateDrillDownDataSource(Int32, Int32)columnIndex, rowIndexReturns a list of records used to calculate a summary value for the specified cell.