Share via


Classe SearchCondition

Represents the properties of an item for which to search in the report server database.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2005. . :: . .Property
    ReportService2005..::..SearchCondition

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class SearchCondition _
    Inherits Property
'Utilisation
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition : Property
[SerializableAttribute]
public ref class SearchCondition : public Property
[<SerializableAttribute>]
type SearchCondition =  
    class
        inherit Property
    end
public class SearchCondition extends Property

Le type SearchCondition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SearchCondition Initializes a new instance of the SearchCondition class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Propriété publique ConditionSpecified Indicates whether the Condition property is specified.
Propriété publique Name Gets or sets the name of the property. (hérité de Property.)
Propriété publique Value Gets or sets the value of the property. (hérité de Property.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

A SearchCondition object is passed as input to the FindItems method.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence