ActiveReports Developer 7
LayoutDirection Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Matrix Class : LayoutDirection Property

Glossary Item Box

Gets or sets a value indicating 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) 
Public Property LayoutDirection As LayoutDirection
C# 
public LayoutDirection LayoutDirection {get; set;}

Property Value

A LayoutDirection enumeration indicating whether the matrix columns grow left-to-right or right-to-left.

See Also