Condividi tramite


Proprietà Report.Language

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Language As ReportStringProperty 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering