Interface IPivotFilter
public interface IPivotFilter
Represents a pivot filter in the PivotFilters collection.
-
Method Summary
void
Deletes the filter and removes it from the filter collections of the PivotField.
Gets the data field that the pivot filter depends on.
Gets the description of the pivot filter.
Gets the type of the pivot filter.
Gets the name of the pivot filter.
Gets the label field that the pivot filter depends on.
Gets the first filter value.
Gets the second filter value.
boolean
Gets a value indicating whether the date filter should use whole days in its filtering criteria.
void
Sets a value indicating whether the date filter should use whole days in its filtering criteria.
-
Method Details
-
getDataField
Gets the data field that the pivot filter depends on.
- Returns:
- the data field that the pivot filter depends on
-
getDescription
Gets the description of the pivot filter. The maximum length of the description string is 255 characters.
- Returns:
- the description of the pivot filter
-
getFilterType
Gets the type of the pivot filter.
- Returns:
- the type of the pivot filter
-
getName
Gets the name of the pivot filter.
- Returns:
- the name of the pivot filter
-
getPivotField
Gets the label field that the pivot filter depends on.
- Returns:
- the label field that the pivot filter depends on
-
getValue1
Gets the first filter value.
- Returns:
- the first filter value
-
getValue2
Gets the second filter value.
- Returns:
- the second filter value
-
delete
void delete()
Deletes the filter and removes it from the filter collections of the PivotField.
-
getWholeDayFilter
boolean getWholeDayFilter()
Gets a value indicating whether the date filter should use whole days in its filtering criteria.
- Returns:
- whether the date filter should use whole days in its filtering criteria
-
setWholeDayFilter
void setWholeDayFilter(boolean wholeDayFilter)
Sets a value indicating whether the date filter should use whole days in its filtering criteria.
- Parameters:
wholeDayFilter
- whether the date filter should use whole days in its filtering criteria