Back to Devexpress

PivotFieldValueEventArgsBase<T>.CreateServerModeDrillDownDataSource(Int32, List<String>) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-dot-createservermodedrilldowndatasource-x28-system-dot-int32-system-dot-collections-dot-generic-dot-list-system-dot-string-x29.md

latest3.1 KB
Original Source

PivotFieldValueEventArgsBase<T>.CreateServerModeDrillDownDataSource(Int32, List<String>) Method

OBSOLETE

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

In server mode, returns a list of records used to calculate a summary value for the specified cell.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Obsolete("The CreateServerModeDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")]
public PivotDrillDownDataSource CreateServerModeDrillDownDataSource(
    int maxRowCount,
    List<string> customColumns
)
vb
<Obsolete("The CreateServerModeDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")>
Public Function CreateServerModeDrillDownDataSource(
    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.

| | customColumns | List<String> |

A list of columns to be returned.

|

Returns

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains the underlying data for the processed cell.

|

See Also

CreateDrillDownDataSource

Drill Down to the Underlying Data

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace