For a list of all members of this type, see Filter members.
Public Properties
| Name | Description |
| Expression | Gets or sets an expression that is evaluated for each instance within the group or each row of the data set or data region and compared (via the Filter.Operator) to the Filter.Values. Failed comparisons result in the row/instance being filtered out of the data set, data region or group. |
| Operator | Gets or sets the operator used to compare the Filter.Expression and Filter.Values. |
| Owner | Gets Filters collection containing this object. |
| Values | Gets the values to compare to the Filter.Expression. For Equal, Like, NotEqual, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, TopN, BottomN, TopPercent and BottomPercent, there must be exactly one FilterValue. For TopN and BottomN, the FilterValue expression must evaluate to an integer. For TopPercent and BottomPercent, the FilterValue expression must evaluate to an integer or float. For Between, there must be exactly two FilterValue elements. For In, the Filter.Values are treated as a set (if the Filter.Expression value appears anywhere in the set of Filter.Values, the instance is not filtered out.) |
Top
See Also