NullableBool Enumeration

 

Updated: February 25, 2016

Defines the nullable boolean value.

Namespace:   Microsoft.ReportingServices.Diagnostics.Internal
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

public enum class NullableBool

Member nameDescription
False

Specifies that the boolean is False.

Null

Specifies that the boolean is Null.

True

Specifies that the boolean is True.

Return to top
Show: