Specifies a value that can be a Boolean true or false, or have the value automatically determined depending on the current context.

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

Syntax

C#
public enum TriState
Visual Basic
Public Enumeration TriState

Members

Member nameDescription
Auto The value is determined automatically depending on the current context.
True The value is equivalent to a Boolean true.
False The value is equivalent to a Boolean false.

See Also