Enumerazione ConditionEnum
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Enumeration ConditionEnum
'Utilizzo
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
type ConditionEnum
public enum ConditionEnum
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.