Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Enumeration ConditionEnum
'Utilisation
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
type ConditionEnum
public enum ConditionEnum
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |
Notes
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.