ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / Language Property

In This Topic
    Language Property (Style)
    In This Topic
    Gets or sets the primary language of the text.
    Syntax
    'Declaration
     
    Public Property Language As ExpressionInfo
    public ExpressionInfo Language {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the primary language of the text.
    See Also