SearchCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the properties of an item for which to search in the report server database or SharePoint library.
public ref class SearchCondition
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class SearchCondition
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type SearchCondition = class
Public Class SearchCondition
- Inheritance
-
SearchCondition
- Attributes
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 |
Indicates whether the Condition property is specified. |
Name |
Gets or sets the name of the searchable property in CatalogItem. |
Values |
Gets or sets values the values to search for in the searchable property. |