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