ComponentOne FlexReport for WinForms
Language Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1SSRSDocumentSource Class : Language Property
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 System.Globalization.CultureInfo
public System.Globalization.CultureInfo Language {get; set;}
See Also

Reference

C1SSRSDocumentSource Class
C1SSRSDocumentSource Members