BooleanOperatorEnum Enum

Definition

Describes the logical operators that connect search conditions in a report server database or SharePoint library search.

public enum class BooleanOperatorEnum
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum BooleanOperatorEnum
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type BooleanOperatorEnum = 
Public Enum BooleanOperatorEnum
Inheritance
BooleanOperatorEnum
Attributes

Fields

And 0

The operator is And.

Or 1

The operator is Or.

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 or SharePoint library.

Applies to