Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the operator to use to compare the values in the FilterExpression and FilterValues elements.
Синтаксис
<Filter>
...
<Operator>...</Operator>
...
</Filter>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value |
None |
Cardinality |
1-1: Required element that occurs once and only once. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child element |
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 XML Elements
FilterExpression Element (RDL)
FilterValues Element (RDL)