Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotFieldValueItem.CreateOLAPDrillDownDataSource(Int32, List<String>) Method

OBSOLETE

This method is now obsolete. Use the CreateQueryModeDrillDownDataSource method instead.

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[Obsolete("This method is now obsolete. Use the CreateQueryModeDrillDownDataSource method instead.")]
public PivotDrillDownDataSource CreateOLAPDrillDownDataSource(
    int maxRowCount,
    List<string> customColumns
)

Parameters

Name Type
maxRowCount Int32
customColumns List<String>

Returns

Type
PivotDrillDownDataSource
See Also