'宣言 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;}
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;}