This topic has not yet been rated - Rate this topic

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

public propertyCondition The type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
public propertyConditionSpecified Indicates whether a value for the Condition property is specified. Boolean.
public propertyName (inherited from Property) The name of the property. String.
public propertyValue (inherited from Property) The value of the property. String.

Remarks

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

See Also

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.