ActiveReports Developer 7
LayoutDirection Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : LayoutDirection Property

Glossary Item Box

Indicates whether the current page layout runs horizontally, vertically, neither, or both.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LayoutDirection As LayoutDirection
C# 
public LayoutDirection LayoutDirection {get;}

Property Value

An enumerated DataDynamics.Reports.Extensibility.Layout.LayoutDirection value.

See Also