Compartir a través de


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
Método público SearchCondition Initializes a new instance of the SearchCondition class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Propiedad pública ConditionSpecified Indicates whether the Condition property is specified.
Propiedad pública Name Gets or sets the name of the property. (Se hereda de Property.)
Propiedad pública Value Gets or sets the value of the property. (Se hereda de Property.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres ReportService2005