Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the logical operators that connect search conditions in a report server database search.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Enumeration BooleanOperatorEnum
'Usage
Dim instance As BooleanOperatorEnum
public enum BooleanOperatorEnum
public enum class BooleanOperatorEnum
type BooleanOperatorEnum
public enum BooleanOperatorEnum
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| And | A logical operator indicating that all of the operands must meet the search conditions. | |
| Or | A logical operator indicating that only one of the operands must meet the search conditions. |
Hinweise
BooleanOperatorEnum is passed as input to the FindItems method.
BooleanOperatorEnum is used in conjunction with SearchCondition objects to perform a search for items in the report server database.