MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayoutDirection Enumeration

LayoutDirection Enumeration
Specifies the overall direction of the layout.
Syntax
'Declaration
 
Public Enum LayoutDirection 
   Inherits 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