ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / Culture Property

In This Topic
    Culture Property (SectionReport)
    In This Topic
    Provides information on a specific culture, including its names and the writing system.
    Syntax
    'Declaration
     
    Public Property Culture As CultureInfo
    public CultureInfo Culture {get; set;}

    Property Value

    A System.Globalization.CultureInfo value representing the information about a particular culture.
    Remarks
    The default value is null.
    See Also