ComponentOne FlexReport for WinForms
ActualRightToLeft Property (C1FlexReport)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : ActualRightToLeft Property
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.
Syntax
'Declaration
 
Public ReadOnly Property ActualRightToLeft As System.Boolean
public System.bool ActualRightToLeft {get;}
See Also

Reference

C1FlexReport Class
C1FlexReport Members