Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateDrillDownDataSource(Int32) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-createdrilldowndatasource-x28-system-dot-int32-x29.md

latest2.0 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateDrillDownDataSource(Int32) Method

Returns data records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public PivotDrillDownDataSource CreateDrillDownDataSource(
    int maxRowCount
)
vb
Public Function CreateDrillDownDataSource(
    maxRowCount As Integer
) As PivotDrillDownDataSource

Parameters

NameTypeDescription
maxRowCountInt32

An integer value that specifies the maximum number of data rows to return. Set it to -1 to retrieve all rows.

|

Returns

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains records used to calculate a summary value for the current cell.

|

See Also

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace