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

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

Declaration

public PivotDrillDownDataSource CreateDrillDownDataSource(
    int maxRowCount
)

Parameters

Name Type Description
maxRowCount Int32

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

Returns

Type Description
PivotDrillDownDataSource

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

See Also