Partilhar via


Propriedade Language

The primary language of the text.

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

Sintaxe

'Declaração
Public ReadOnly Property Language As ReportStringProperty
    Get
'Uso
Dim instance As Report
Dim value As ReportStringProperty

value = instance.Language
public ReportStringProperty Language { get; }
public:
property ReportStringProperty^ Language {
    ReportStringProperty^ get ();
}
member Language : ReportStringProperty
function get Language () : ReportStringProperty