Skip to main content
A newer version of this page is available. .

PivotGridControl.CreateDrillDownDataSource Method

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