ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / UprightTextMode Enumeration

In This Topic
    UprightTextMode Enumeration
    In This Topic
    Indicates whether the digits or digits along with Latin text appear horizontally in the vertical text.
    Syntax
    'Declaration
     
    Public Enum UprightTextMode 
       Inherits System.Enum
    public enum UprightTextMode : System.Enum 
    Members
    MemberDescription
    DigitsOnly horizontal digits
    DigitsAndLatinLettersHorizontal digits with latin letters
    NoneNo horizontal runs
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.UprightTextMode

    See Also