Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / Language Property

In This Topic
    Language Property
    In This Topic
    Gets or sets the language used in the SSRS session. The culture specified by this property affects User!Language report identifier. By default this property is null, which means that CultureInfo.CurrentUICulture will be used.
    Syntax
    'Declaration
     
    Public Property Language As CultureInfo
    public CultureInfo Language {get; set;}
    See Also