C1.C1Rdl Namespace : Operator Enumeration |
'Declaration Public Enum Operator Inherits System.Enum
public enum Operator : System.Enum
Member | Description |
---|---|
Between | Check if value is between the two values. |
BottomN | Check if value is in bottom N values. |
BottomPercent | Check if value is in bottom N percent values. |
Equal | Equality comparison. |
GreaterThan | Greater than comparison. |
GreaterThanOrEqual | Greater than, or equal comparison. |
In | Check if value is equal to any value. |
LessThan | Less than comparison. |
LessThanOrEqual | Less than, or equal comparison. |
Like | Like comparison. Uses the same special characters as the Visual Basic LIKE operator (for example “?” to represent a single character and “*” to represent any series of characters). |
NotEqual | Inequality comparison. |
TopN | Check if value is in top N values. |
TopPercent | Check if value is in top N percent values. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Operator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2