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)
구문
‘선언
Public Enumeration ConditionEnum
‘사용 방법
Dim instance As ConditionEnum
public enum ConditionEnum
public enum class ConditionEnum
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. |
주의
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.