FlexReport for WinForms
ActualRightToLeft プロパティ (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : 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.
シンタックス
'宣言
 
Public ReadOnly Property ActualRightToLeft As System.Boolean
'使用法
 
Dim instance As FlexReport
Dim value As System.Boolean
 
value = instance.ActualRightToLeft
public System.bool ActualRightToLeft {get;}
参照

参照

FlexReport クラス
FlexReport メンバ