[]
        
(Showing Draft Content)

C1.Report.FieldBase.RightToLeft

RightToLeft Property

RightToLeft

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.

Declaration
[C1Category("Appearance")]
[C1Description("FieldBase.RightToLeft", "Indicates whether right-to-left rules should be used when rendering text.")]
public bool? RightToLeft { get; set; }
<C1Category("Appearance")>
<C1Description("FieldBase.RightToLeft", "Indicates whether right-to-left rules should be used when rendering text.")>
Public Property RightToLeft As Boolean?