[]
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.
[C1Category("Appearance")]
[C1Description("C1FlexReport.RightToLeft", "Indicates whether the fields of the report should use right-to-left rules for rendering text. May be overridden by individual fields.")]
[Browsable(false)]
public bool? RightToLeft { get; set; }
<C1Category("Appearance")>
<C1Description("C1FlexReport.RightToLeft", "Indicates whether the fields of the report should use right-to-left rules for rendering text. May be overridden by individual fields.")>
<Browsable(False)>
Public Property RightToLeft As Boolean?