BooleanOperatorEnum 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 logical operators that connect search conditions in a report server database search.
public enum class BooleanOperatorEnum
public enum BooleanOperatorEnum
type BooleanOperatorEnum =
Public Enum BooleanOperatorEnum
- Inheritance
-
BooleanOperatorEnum
Fields
Name | Value | Description |
---|---|---|
And | 0 | The And boolean operator. |
Or | 1 | The Or boolean operator. |
Remarks
BooleanOperatorEnum is passed as input to the FindItems method.
BooleanOperatorEnum is used in conjunction with SearchCondition objects to perform a search for items in the report server database.