Skip to main content

PivotGridControl.CreateDrillDownDataSource Method

Name Parameters Description
CreateDrillDownDataSource() none Returns a list of records used to calculate summary values displayed within the PivotGridControl.
CreateDrillDownDataSource(Int32, Int32, List<String>) columnIndex, rowIndex, customColumns Returns 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, customColumns Returns 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, maxRowCount Returns 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, rowIndex Returns a list of records used to calculate a summary value for the specified cell.