NullableBool Enumeration
Updated: February 25, 2016
Defines the nullable boolean value.
Assembly: Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)
| Member name | Description | |
|---|---|---|
| False | Specifies that the boolean is False. | |
| Null | Specifies that the boolean is Null. | |
| True | Specifies that the boolean is True. |
Show: