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

In This Topic
    Language Property (Style)
    In This Topic
    Gets or sets the primary language of the text.

    Default is null in which case the Language property of the C1RdlReport will be used.

    Syntax
    'Declaration
     
    Public Property Language As RdlString
    public RdlString Language {get; set;}
    See Also