Reports for WPF | ComponentOne
C1.C1Report Namespace / C1Report Class / ActualRightToLeft Property

In This Topic
    ActualRightToLeft Property (C1Report)
    In This Topic
    Gets the actual right-to-left value that is being used. The value is obtained using the following rules:
    1. If C1Report.RightToLeft is not null, then that value is used.
    2. If the current report is a sub-report, then C1Report.ActualRightToLeft of the owner subreport field is used.
    3. Else the value of C1FlexReport.DefaultRightToLeft static property is used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualRightToLeft As Boolean
    public bool ActualRightToLeft {get;}
    See Also