ConditionEnum Enum

Definition

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.

public enum class ConditionEnum
[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 ConditionEnum
[<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 ConditionEnum = 
Public Enum ConditionEnum
Inheritance
ConditionEnum
Attributes

Fields

Between 3

Searches for a date value between two dates.

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.

In 2

Searches for a match in a set of possible values.

Remarks

Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.

Applies to