Partilhar via


Propriedade do RDL Report.ReportLanguage

Gets the language of the report.

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

Sintaxe

'Declaração
Public ReadOnly Property ReportLanguage As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

Comentários

A String containing the language of the report.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering