Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixLayoutDirection Enumeration

In This Topic
    TablixLayoutDirection Enumeration
    In This Topic
    Specifies the overall direction of the tablix layout.
    Syntax
    'Declaration
     
    Public Enum TablixLayoutDirection 
       Inherits System.Enum
    public enum TablixLayoutDirection : System.Enum 
    Members
    MemberDescription
    LTRDynamic tablix columns grow left-to-right (with headers on the left).
    RTLDynamic tablix columns grow right-to-left (with headers on the right) and the order of peer groups is reversed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.TablixLayoutDirection

    See Also