[]
        
(Showing Draft Content)

C1.Document.C1SSRSDocumentSource.Language

Language Property

Language

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.

Declaration
[C1Description("C1SSRSDocumentSource.Language", "Gets or sets language used in the SSRS session.")]
public CultureInfo Language { get; set; }
<C1Description("C1SSRSDocumentSource.Language", "Gets or sets language used in the SSRS session.")>
Public Property Language As CultureInfo