다음을 통해 공유


ReportLanguage 속성

Gets the language of the report.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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 that contains the language of the report.