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) columnIndex, rowIndex Returns a list of records used to calculate a summary value for the specified cell.
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.