Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Enumeration ConditionEnum
'Применение
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
type ConditionEnum
public enum ConditionEnum
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Contains | Searches on any part of the item's property value that contains the search condition. | |
| Equals | Searches for an exact match of the item property and value to the SearchCondition object. |
Замечания
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.