다음을 통해 공유


Operators 열거형

Represents available logical operators.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Enumeration Operators
‘사용 방법
Dim instance As Operators
public enum Operators
public enum class Operators
type Operators
public enum Operators

멤버

멤버 이름 설명
Equal Equal operator.
Like Pattern searching operator.
NotEqual Not-equal operator.
GreaterThan Greater-than operator.
GreaterThanOrEqual Greater-than-or-euqal operator.
LessThan Less-than operator.
LessThanOrEqual Less-than-or-equal operator.
TopN The top N values.
BottomN The bottom N values.
TopPercent The top N percentage.
BottomPercent The bottom N percentage.
In Multiple match operator.
Between Between two values.