Gets or sets the System.Globalization.CultureInfo determining the current report culture. This culture is used to convert values to/from strings. By default it is null, in which case the System.Globalization.CultureInfo.CurrentCulture is used.
シンタックス
'宣言
Public Property Culture As System.Globalization.CultureInfo
'使用法
Dim instance As FlexReport
Dim value As System.Globalization.CultureInfo
instance.Culture = value
value = instance.Culture
public System.Globalization.CultureInfo Culture {get; set;}
参照