[]
        
(Showing Draft Content)

C1.WPF.Report.FlexReport.ActualRightToLeft

ActualRightToLeft Property

ActualRightToLeft

Gets the actual right-to-left value that is being used. The value is obtained using the following rules:

  1. If RightToLeft is not null, then that value is used.
  2. If the current report is a sub-report, then ActualRightToLeft of the owner subreport field is used.
  3. Else the value of DefaultRightToLeft static property is used.
Declaration
public bool ActualRightToLeft { get; }