Condividi tramite


Classe SearchCondition

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

Gerarchia di ereditarietà

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class SearchCondition _
    Inherits Property
'Utilizzo
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

Nel tipo SearchCondition sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SearchCondition Initializes a new instance of the SearchCondition class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Proprietà pubblica ConditionSpecified Indicates whether the Condition property is specified.
Proprietà pubblica Name Gets or sets the name of the property. Ereditato da Property.
Proprietà pubblica Value Gets or sets the value of the property. Ereditato da Property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento