[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutDirection

LayoutDirection Enum

Specifies the direction in which the layout runs on the current page. This enumeration is used with the LayoutDirection property.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Flags]
public enum LayoutDirection : byte

Fields

Name Description
Both

The layout runs from top to bottom and left to right.

Horizontal

The layout runs from left to right.

None

No direction is specified.

Vertical

The layout runs from top to bottom.

Extension Methods