FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.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
    public CultureInfo Culture {get; set;}
    See Also