Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateOLAPDrillDownDataSource(Int32, List<String>) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-createolapdrilldowndatasource-x28-system-dot-int32-system-dot-collections-dot-generic-dot-list-system-dot-string-x29.md

latest2.8 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateOLAPDrillDownDataSource(Int32, List<String>) Method

OBSOLETE

The CreateOLAPDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource() method instead.

In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Obsolete("The CreateOLAPDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")]
public PivotDrillDownDataSource CreateOLAPDrillDownDataSource(
    int maxRowCount,
    List<string> customColumns
)
vb
<Obsolete("The CreateOLAPDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")>
Public Function CreateOLAPDrillDownDataSource(
    maxRowCount As Integer,
    customColumns As List(Of String)
) As PivotDrillDownDataSource

Parameters

NameTypeDescription
maxRowCountInt32

An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.

| | customColumns | List<String> |

A list of columns to be returned.

|

Returns

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains the underlying data.

|

See Also

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace