Defines a value which can be in one of three states: undefined, true or false.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ThreeStateEnum
Visual Basic
Public Enumeration ThreeStateEnum

Members

Member nameDescription
Undefined The value is undefined.
True The value is true.
False The value is false.

See Also