Partager via


Énumération Operators

Represents available logical operators.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Enumeration Operators
'Utilisation
Dim instance As Operators
public enum Operators
public enum class Operators
type Operators
public enum Operators

Membres

Nom de membre Description
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.