C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / Culture Property

In This Topic
Culture Property (C1FlexReport)
In This Topic
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.
Syntax
'Declaration
 
Public Property Culture As CultureInfo
 
See Also