ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / TriState Enumeration

In This Topic
    TriState Enumeration
    In This Topic
    Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
    Syntax
    'Declaration
     
    Public Enum TriState 
       Inherits System.Enum
    public enum TriState : System.Enum 
    Members
    MemberDescription
    FalseFalse. The numeric value of this member is 0.
    TrueTrue. The numeric value of this member is -1.
    UseDefaultDefault setting. The numeric value of this member is -2.
    Remarks
    This type should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Enterprise.Data.VisualBasicReplacement.TriState

    See Also