ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / TabType Enumeration

In This Topic
    TabType Enumeration
    In This Topic
    Specifies tab stop types.
    Syntax
    'Declaration
     
    Public Enum TabType 
       Inherits System.Enum
    public enum TabType : System.Enum 
    Members
    MemberDescription
    CenterThe center tab stop.
    LeftThe left tab stop.
    RightThe right tab stop.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.TabType

    See Also