SearchCondition Class
Definition
表示要在报表服务器数据库或 SharePoint 库中搜索的某项的属性。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
SearchCondition对象作为输入传递给 FindItems 方法。A SearchCondition object is passed as input to the FindItems method.
Constructors
SearchCondition() |
初始化 SearchCondition 类的新实例。Initializes a new instance of the SearchCondition class. |
Properties
Condition |
获取或设置要执行的比较的类型(ConditionEnum 枚举),该比较是将搜索条件与报表服务器数据库中的项属性进行比较。Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database. |
ConditionSpecified |
指示是否指定 Condition 属性。Indicates whether the Condition property is specified. |
Name |
获取或设置 CatalogItem 中可搜索属性的名称。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. |