Back to Devexpress

PivotFieldImageIndexEventArgs.CreateServerModeDrillDownDataSource(Int32, List<String>) Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldimageindexeventargs-dot-createservermodedrilldowndatasource-x28-system-dot-int32-system-dot-collections-dot-generic-dot-list-system-dot-string-x29.md

latest2.7 KB
Original Source

PivotFieldImageIndexEventArgs.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 current cell. Allows you to specify the columns and limit the number of records to be returned.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

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. -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

PivotFieldImageIndexEventArgs Class

PivotFieldImageIndexEventArgs Members

DevExpress.XtraPivotGrid Namespace