PivotField.FilterTop10

PivotField.FilterTop10 method

Filters by values of data pivot field.

public PivotFilter FilterTop10(int valueFieldIndex, PivotFilterType type, bool isTop, int itemCount)
ParameterTypeDescription
valueFieldIndexInt32The index of data field in the data region.
typePivotFilterTypeThe type of filtering data. Only can be Count,Sum and Percent.
isTopBooleanIndicates whether filter from top or bottom
itemCountInt32The item count

See Also