ActiveReports Developer 7
LayoutDirection Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrix Interface : LayoutDirection Property

Glossary Item Box

Indicates whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right).

Syntax

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

See Also