Share via


Report.ReportLanguage Property

Gets the language of the report.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ReportLanguage As String 
    Get
'Usage
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

Property Value

Type: System.String

Remarks

A String containing the language of the report.

See Also

Reference

Report Class

Microsoft.ReportingServices.ReportRendering Namespace