ConditionEnum Enumeration
SQL Server 2000
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
Public Enum ConditionEnum Member of [Namespace]
public enum ConditionEnum Member of [Namespace]
Remarks
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.
Members
| Member name | Description |
|---|---|
| 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. |