Partager via


Propriété Language

Gets an expression that evaluates to the primary language of the text.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Language As ReportStringProperty
    Get
'Utilisation
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