ConditionEnum 枚举
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
命名空间: ReportService2005
程序集: ReportService2005(在 ReportService2005.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ConditionEnum
用法
Dim instance As ConditionEnum
[SerializableAttribute]
public enum ConditionEnum
[SerializableAttribute]
public enum class ConditionEnum
[<SerializableAttribute>]
type ConditionEnum
public enum ConditionEnum
成员
成员名称 | 说明 | |
---|---|---|
Contains | Searches on any part of the item's property value that contains the search condition. | |
Equals | Searches for an exact match of the item property and value to the SearchCondition object. |