Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Enumeration ConditionEnum
'Uso
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
type ConditionEnum
public enum ConditionEnum
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.