Operators Enumeration
Updated: February 25, 2016
Represents available logical operators.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Member name | Description | |
|---|---|---|
| Between | ||
| BottomN | The bottom N values. | |
| BottomPercent | The bottom N percentage. | |
| Equal | ||
| GreaterThan | ||
| GreaterThanOrEqual | ||
| In | ||
| LessThan | ||
| LessThanOrEqual | ||
| Like | ||
| NotEqual | ||
| TopN | The top N values. | |
| TopPercent | The top N percentage. |
Show: