SearchCondition Members

Include Protected Members
Include Inherited Members

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

The SearchCondition type exposes the following members.

Constructors

  Name Description
Public method SearchCondition() Initializes a new instance of the SearchCondition class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Condition Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Public property ConditionSpecified Indicates whether the Condition property is specified.
Public property Name Gets or sets the name of the property. (Inherited from Property.)
Public property Value Gets or sets the value of the property. (Inherited from Property.)

Top