Back to Devexpress

PivotCellBaseEventArgs.CreateServerModeDrillDownDataSource(List<String>) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-createservermodedrilldowndatasource-x28-system-dot-collections-dot-generic-dot-list-system-dot-string-x29.md

latest2.3 KB
Original Source

PivotCellBaseEventArgs.CreateServerModeDrillDownDataSource(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 to be returned.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
customColumnsList<String>

A list of columns to be returned.

|

Returns

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains the underlying data.

|

See Also

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace