ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayoutDirection Enumeration

In This Topic
    LayoutDirection Enumeration
    In This Topic
    Specifies the overall direction of the layout.
    Syntax
    'Declaration
     
    Public Enum LayoutDirection 
       Inherits System.Enum
    public enum LayoutDirection : System.Enum 
    Members
    MemberDescription
    LtrDynamic columns grow left-to-right with headers on the left.
    RtlDynamic columns grow right-to-left with headers on the right.
    Inheritance Hierarchy

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

    See Also