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

GrowDirection Enumeration
Specifies the layout direction for List report item.
Syntax
'Declaration
 
Public Enum GrowDirection 
   Inherits System.Enum
 
Members
MemberDescription
ColumnList are laid out in a column, from top to bottom.
ColumnReverseList are laid out in a column, from bottom to top.
RowList are laid out in a row, from left to right.
RowReverseList are laid out in a row, from right to left.
Inheritance Hierarchy

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

See Also