ComponentOne FlexReport for WinForms
RightToLeft Property (FieldBase)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > FieldBase Class : RightToLeft Property
Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used.
Syntax
'Declaration
 
Public Property RightToLeft As System.Nullable(Of Boolean)
public System.Nullable<bool> RightToLeft {get; set;}
See Also

Reference

FieldBase Class
FieldBase Members