Back to Devexpress

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

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

latest2.8 KB
Original Source

PivotGridControl.CreateServerModeDrillDownDataSource(Int32, 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 asynchronously. Allows you to specify which columns should 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(
    int columnIndex,
    int rowIndex,
    List<string> customColumns
)
vb
<Obsolete("The CreateServerModeDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")>
Public Function CreateServerModeDrillDownDataSource(
    columnIndex As Integer,
    rowIndex As Integer,
    customColumns As List(Of String)
) As PivotDrillDownDataSource

Parameters

NameTypeDescription
columnIndexInt32

A zero-based integer which identifies the visible index of the column.

| | rowIndex | Int32 |

A zero-based integer which identifies the visible index of the row.

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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace