[]
Represents optional settings for pivot filters, containing special settings for value filters, date filters, and top 10 filters.
public class PivotFilterOptions
Public Class PivotFilterOptions
| Name | Description |
|---|---|
| PivotFilterOptions() |
| Name | Description |
|---|---|
| AppliedDataField | Gets or sets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the DataFields collection. |
| Description | Gets or sets a brief description of the filter. |
| IsTop10Type | Gets or sets a value indicating the selection direction of the 'top 10 filter'. 'True' means selecting the top n items, and 'false' means selecting the bottom n items. The default value is 'true'. |
| Name | Gets or sets the name of the filter. |
| WholeDayFilter | Gets or sets a value indicating whether the date filter should use whole days in its filtering criteria. |