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


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : RightToLeft プロパティ
Gets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.

If null (which is the default), the value of the static property DefaultRightToLeft is used.

This value may be overridden by individual fields.

シンタックス
'宣言
 
Public Property RightToLeft As System.Nullable(Of Boolean)
'使用法
 
Dim instance As FlexReport
Dim value As System.Nullable(Of Boolean)
 
instance.RightToLeft = value
 
value = instance.RightToLeft
public System.Nullable<bool> RightToLeft {get; set;}
参照

参照

FlexReport クラス
FlexReport メンバ