MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutDirection Enumeration

LayoutDirection Enumeration
Specifies the direction in which the layout runs on the current page. This enumeration is used with the LayoutContext.LayoutDirection property.
Syntax
'Declaration
 
Public Enum LayoutDirection 
   Inherits System.Enum
 
Members
MemberDescription
BothThe layout runs from top to bottom and left to right.
HorizontalThe layout runs from left to right.
NoneNo direction is specified.
VerticalThe layout runs from top to bottom.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.LayoutDirection

See Also