Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / Language Property

In This Topic
    Language Property (C1RdlReport)
    In This Topic
    Gets or sets the primary language of the text. Used as the default for all language-dependent expressions in the report.
    Syntax
    'Declaration
     
    Public Property Language As RdlString
    public RdlString Language {get; set;}
    See Also