Report.ReportLanguage 属性

Gets the language of the report.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ReportLanguage As String 
    Get
用法
Dim instance As Report 
Dim value As String 

value = instance.ReportLanguage
public string ReportLanguage { get; }
public:
property String^ ReportLanguage {
    String^ get ();
}
member ReportLanguage : string
function get ReportLanguage () : String

属性值

类型:System.String

注释

A String containing the language of the report.

请参阅

参考

Report 类

Microsoft.ReportingServices.ReportRendering 命名空间