ConditionEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 class ConditionEnum
public enum ConditionEnum
type ConditionEnum =
Public Enum ConditionEnum
- Inheritance
-
ConditionEnum
Fields
Name | Value | Description |
---|---|---|
Contains | 0 | Searches on any part of the item's property value that contains the search condition. |
Equals | 1 | Searches for an exact match of the item property and value to the SearchCondition object. |
Remarks
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.