PivotGridControl.CreateDrillDownDataSource Method
Name | Parameters | Description |
---|---|---|
Create |
none | Returns data records used to calculate summary values for all cells. |
Create |
column |
Returns data records used to calculate a summary value for the specified cell. Allows you to specify the columns to return. |
Create |
column |
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. |
Create |
column |
Returns data records used to calculate a summary value for the specified cell. Allows you to limit the number of returned records. |
Create |
column |
Returns a list of records used to calculate a summary value for the specified cell. |