ConditionEnum Enumeration
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database or SharePoint library.
Assembly: ReportService2010 (in ReportService2010.dll)
| Member name | Description | |
|---|---|---|
| Between | Searches for a date value between two dates. | |
| 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. | |
| In | Searches for a match in a set of possible values. |
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.
Show: