SearchCondition Class

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

Inheritance Hierarchy

System.Object
  ReportService2010.SearchCondition

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SearchCondition
'Usage
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition
[SerializableAttribute]
public ref class SearchCondition
[<SerializableAttribute>]
type SearchCondition =  class end
public class SearchCondition

The SearchCondition type exposes the following members.

Constructors

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

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 searchable property in CatalogItem.
Public property Values Gets or sets values the values to search for in the searchable property.

Top

Methods

  Name Description
Public method Equals (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

Remarks

A SearchCondition object is passed as input to the FindItems method.

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.

See Also

Reference