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

CustomExportCellEventArgsBase.CreateDrillDownDataSource(List<String>) Method

Returns data records used to calculate a summary value for the current cell. Allows you to specify data columns for the returned records.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public PivotDrillDownDataSource CreateDrillDownDataSource(
    List<string> customColumns
)

Parameters

Name Type Description
customColumns List<String>

A list of data source columns to return.

Returns

Type Description
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains a list of data records.

Remarks

The CreateDrillDownDataSource method retrieves data source records used to calculate current cell values.

See Also