Name | Description | |
---|---|---|
PivotFilterOptions Constructor |
The following tables list the members exposed by PivotFilterOptions.
Name | Description | |
---|---|---|
PivotFilterOptions Constructor |
Name | Description | |
---|---|---|
getAppliedDataField | Gets 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. | |
getDescription | Gets a brief description of the filter. | |
getIsTop10Type | Gets 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'. | |
getName | Gets the name of the filter. | |
getWholeDayFilter | Gets a value indicating whether the date filter should use whole days in its filtering criteria. | |
setAppliedDataField | 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. | |
setDescription | Sets a brief description of the filter. | |
setIsTop10Type | 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'. | |
setName | Sets the name of the filter. | |
setWholeDayFilter | Sets a value indicating whether the date filter should use whole days in its filtering criteria. |