[]
Gets or sets the 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 CurrentCulture is used.
[C1Category("Behavior")]
[C1Description("C1FlexReport.Culture", "Culture used to convert to/from strings. By default CultureInfo.CurrentCulture is used.")]
[Browsable(false)]
public CultureInfo Culture { get; set; }
<C1Category("Behavior")>
<C1Description("C1FlexReport.Culture", "Culture used to convert to/from strings. By default CultureInfo.CurrentCulture is used.")>
<Browsable(False)>
Public Property Culture As CultureInfo