ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportModelBase Class / ReportCulture Property

In This Topic
    ReportCulture Property
    In This Topic
    Culture of the report. Null if report don't have such information.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportCulture As CultureInfo
    public CultureInfo ReportCulture {get;}
    See Also