ComponentOne FlexReport for WinForms
RightToLeft Property (C1FlexReport)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : RightToLeft Property
Gets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.

If null (which is the default), the value of the static property DefaultRightToLeft is used.

This value may be overridden by individual fields.

Syntax
'Declaration
 
Public Property RightToLeft As System.Nullable(Of Boolean)
public System.Nullable<bool> RightToLeft {get; set;}
See Also

Reference

C1FlexReport Class
C1FlexReport Members