Clase SearchCondition
Represents the properties of an item for which to search in the report server database.
Jerarquía de herencia
System.Object
ReportService2005.Property
ReportService2005.SearchCondition
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Class SearchCondition _
Inherits Property
'Uso
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
El tipo SearchCondition expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. (Se hereda de Property.) | |
Value | Gets or sets the value of the property. (Se hereda de Property.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
A SearchCondition object is passed as input to the FindItems method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.