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


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FieldBase クラス : RightToLeft プロパティ
Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used.
シンタックス
'宣言
 
Public Property RightToLeft As System.Nullable(Of Boolean)
'使用法
 
Dim instance As FieldBase
Dim value As System.Nullable(Of Boolean)
 
instance.RightToLeft = value
 
value = instance.RightToLeft
public System.Nullable<bool> RightToLeft {get; set;}
参照

参照

FieldBase クラス
FieldBase メンバ