FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SubreportField Class / RightToLeft Property

In This Topic
    RightToLeft Property (SubreportField)
    In This Topic
    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 Nullable(Of Boolean)
    public Nullable<bool> RightToLeft {get; set;}
    See Also