Back to Devexpress

CustomExportCellEventArgsBase.CreateDrillDownDataSource(List<String>) Method

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-dot-createdrilldowndatasource-x28-system-dot-collections-dot-generic-dot-list-system-dot-string-x29.md

latest2.2 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public PivotDrillDownDataSource CreateDrillDownDataSource(
    List<string> customColumns
)
vb
Public Function CreateDrillDownDataSource(
    customColumns As List(Of String)
) As PivotDrillDownDataSource

Parameters

NameTypeDescription
customColumnsList<String>

A list of data source columns to return.

|

Returns

TypeDescription
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

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace