Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents available logical operators.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration Operators
'Usage
Dim instance As Operators
public enum Operators
public enum class Operators
type Operators
public enum Operators
Members
| Member name | Description | |
|---|---|---|
| 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. |