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.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ConditionEnum
'Usage
Dim instance As ConditionEnum
[SerializableAttribute]
public enum ConditionEnum
[SerializableAttribute]
public enum class ConditionEnum
[<SerializableAttribute>]
type ConditionEnum
public enum ConditionEnum

Member

Membername Beschreibung
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.

Hinweise

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

Siehe auch

Verweis