Back to Devexpress

PivotGridControl.CreateDrillDownDataSource Method

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

latest1.7 KB
Original Source

PivotGridControl.CreateDrillDownDataSource Method

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