ActiveReports 12
Def.FilterOperator Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace : Def.FilterOperator Enumeration
Specifies the available filter operators.
Syntax
'Declaration
 
Public Enum Def.FilterOperator 
   Inherits System.Enum
public enum Def.FilterOperator : System.Enum 
Members
MemberDescription
BetweenChecks if the value falls in a given range.
BetweenExclusiveChecks if the value does not fall in a given range, begin and end values are excluded.
BottomNLast N items.
BottomPercentLast % items.
EqualEquality operator.
GreaterThan'$gt;' comparison operator.
GreaterThanOrEqual'$gt;=' comparison operator.
InCheck for occurrences in the set operator.
LessThan'$lt;' comparison operator.
LessThanOrEqual'$lt;=' comparison operator.
LikeWild-card comparison operator.
NotBetweenChecks if the value does not fall in a given range, begin and end values are included.
NotEqualNon-equality operator.
NotLikeWild-card comparison operator.
TopN'First N items.
TopPercentFirst % items.
Remarks
See RDL specification for details.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Enterprise.Data.DataEngine.Def.FilterOperator

See Also

Reference

GrapeCity.Enterprise.Data.DataEngine Namespace