Compartir a través de


SearchCondition Miembros

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

El tipo SearchCondition expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico SearchCondition Initializes a new instance of the SearchCondition class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

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).

Principio