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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[Obsolete("The CreateServerModeDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")]
public PivotDrillDownDataSource CreateServerModeDrillDownDataSource(
int maxRowCount,
List<string> customColumns
)
Parameters
Name | Type | Description |
---|---|---|
maxRowCount | Int32 | 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
Type | Description |
---|---|
PivotDrillDownDataSource | A PivotDrillDownDataSource object that contains the underlying data for the processed cell. |
See Also