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 | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Condition | Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database. | |
ConditionSpecified | Indicates whether the Condition property is specified. | |
Name | Gets or sets the name of the property. (hérité de Property.) | |
Value | Gets or sets the value of the property. (hérité de Property.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
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.