SearchCondition Class
Represents the properties of an item for which to search in the report server database.
Inheritance Hierarchy
System.Object
  ReportService2005.Property
    ReportService2005.SearchCondition
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SearchCondition _
    Inherits Property
'Usage
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition : Property
[SerializableAttribute]
public ref class SearchCondition : public Property
[<SerializableAttribute>]
type SearchCondition =  
    class
        inherit Property
    end
public class SearchCondition extends Property
The SearchCondition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | SearchCondition | Initializes a new instance of the SearchCondition class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Condition | Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database. | 
| .gif) | ConditionSpecified | Indicates whether the Condition property is specified. | 
| .gif) | Name | Gets or sets the name of the property. (Inherited from Property.) | 
| .gif) | Value | Gets or sets the value of the property. (Inherited from Property.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.