ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Language Property

In This Topic
    Language Property (Report)
    In This Topic

    Gets or sets the primary language of the text.

    Syntax
    'Declaration
     
    Public Property Language As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Language {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to a language value which complies with the Internet Engineering Task Force (IETF) RFC1766 specification.

    Remarks

    The default value is the server language.

    See Also