Condividi tramite


Enumerazione Operators

Represents available logical operators.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Enumeration Operators
'Utilizzo
Dim instance As Operators
public enum Operators
public enum class Operators
type Operators
public enum Operators

Membri

Nome membro Descrizione
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.