Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / TriState Enumeration

In This Topic
    TriState Enumeration
    In This Topic
    Specifies a value that can be a Boolean true or false, or have the value automatically determined depending on the current context.
    Syntax
    'Declaration
     
    Public Enum TriState 
       Inherits System.Enum
    public enum TriState : System.Enum 
    Members
    MemberDescription
    AutoThe value is determined automatically depending on the current context.
    FalseThe value is equivalent to a Boolean false.
    TrueThe value is equivalent to a Boolean true.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.TriState

    See Also