ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Direction Enumeration

In This Topic
    Direction Enumeration
    In This Topic
    Specifies whether the text is written from left to right or right to left.
    Syntax
    'Declaration
     
    Public Enum Direction 
       Inherits System.Enum
    public enum Direction : System.Enum 
    Members
    MemberDescription
    LTRIndicates left to right.
    RTLIndicates right to left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.Direction

    See Also