Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Enumeration ConditionEnum
'Uso
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
type ConditionEnum
public enum ConditionEnum
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.