SearchCondition Class
SQL Server 2000
Represents the properties of an item for which to search in the report server database.
Public Class SearchCondition Inherits [Namespace].Property Member of [Namespace]
public class SearchCondition : [Namespace].Property Member of [Namespace]
Public Properties
Condition | The type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database. |
ConditionSpecified | Indicates whether a value for the Condition property is specified. Boolean. |
Name (inherited from Property) | The name of the property. String. |
Value (inherited from Property) | The value of the property. String. |
Remarks
A SearchCondition object is passed as input to the FindItems method.
