ActiveReports Developer 7
RightToLeft Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : RightToLeft Property

Glossary Item Box

Determines whether DrawText should render text RightToLeft.

Syntax

Visual Basic (Declaration) 
Public Property RightToLeft As System.Boolean
C# 
public System.bool RightToLeft {get; set;}

Property Value

A Boolean value.  True if the text is rendered right to left; otherwise, false.  Default is false.

See Also