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

成员

成员名称 说明
Between Between two values.
BottomN The bottom N values.
BottomPercent The bottom N percentage.
Equal Equal operator.
GreaterThan Greater-than operator.
GreaterThanOrEqual Greater-than-or-euqal operator.
In Multiple match operator.
LessThan Less-than operator.
LessThanOrEqual Less-than-or-equal operator.
Like Pattern searching operator.
NotEqual Not-equal operator.
TopN The top N values.
TopPercent The top N percentage.

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间