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
Public Class SearchCondition _
Inherits Property
'Utilizzo
Dim instance As SearchCondition
public class SearchCondition : Property
public ref class SearchCondition : public Property
type SearchCondition =
class
inherit Property
end
public class SearchCondition extends Property
Nel tipo SearchCondition sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. Ereditato da Property. | |
Value | Gets or sets the value of the property. Ereditato da Property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.