Operator Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the operator to use to compare the values in the FilterExpression and FilterValues elements.
Characteristic | Description |
---|---|
Data type and length |
String |
Default value |
None |
Relationship | Element |
---|---|
Parent elements |
|
Child elements |
None |
The Operator element must contain one of the following string values:
- Equal
- Like
- NotEqual
- GreaterThan
- GreaterThanOrEqual
- LessThan
- LessThanOrEqual
- TopN
- BottomN
- TopPercent
- BottomPercent
- In
- Between
Like uses the same special characters as the Like operator in Microsoft Visual Basic .NET. For more information, see the Visual Basic .NET documentation on msdn.microsoft.com.
Report Definition Language XML Schema
Report Definition XML Elements
Report Definition Language Data Types