SearchCondition Class

Definition

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

public ref class SearchCondition : ReportService2005::Property
public class SearchCondition : ReportService2005.Property
type SearchCondition = class
    inherit Property
Public Class SearchCondition
Inherits Property
Inheritance
SearchCondition

Remarks

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

Constructors

SearchCondition()

Initializes a new instance of the SearchCondition class.

Properties

Condition

Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.

ConditionSpecified

Gets or sets a value that indicates whether the Condition property is specified.

Name

Gets or sets the name of the property.

(Inherited from Property)
Value

Gets or sets the value of the property.

(Inherited from Property)

Applies to