Back to Devexpress

CustomExportCellEventArgsBase.CreateDrillDownDataSource() Method

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-e7c1df66.md

latest1.7 KB
Original Source

CustomExportCellEventArgsBase.CreateDrillDownDataSource() Method

Returns data records used to calculate a summary value for the current cell.

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public PivotDrillDownDataSource CreateDrillDownDataSource()
vb
Public Function CreateDrillDownDataSource As PivotDrillDownDataSource

Returns

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains a list of the underlying 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