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.
シンタックス
'宣言
Public Property Language As System.Globalization.CultureInfo
'使用法
Dim instance As C1SSRSDocumentSource
Dim value As System.Globalization.CultureInfo
instance.Language = value
value = instance.Language
public System.Globalization.CultureInfo Language {get; set;}
参照