PivotFieldValueEventArgs.CreateDrillDownDataSource Method
| Name | Parameters | Description |
|---|---|---|
| CreateDrillDownDataSource() | none | Returns a list of records associated with the field value currently being processed. |
| CreateDrillDownDataSource(Int32, List<String>) | maxRowCount, customColumns | Returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns, and limit the number of records to be returned. |