ActiveReports.Viewer3 Request technical support
RightToLeft Property
See Also 


Determines whether DrawText should render text RightToLeft.

Syntax

Visual Basic (Declaration) 
Public Property RightToLeft As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim value As Boolean
 
instance.RightToLeft = value
 
value = instance.RightToLeft
C# 
public bool RightToLeft {get; set;}

Return Value

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

See Also