共用方式為


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 命名空間