Condividi tramite


Proprietà StyleBase.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 MustOverride ReadOnly Property Language As ReportStringProperty 
    Get
'Utilizzo
Dim instance As StyleBase 
Dim value As ReportStringProperty 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the primary language of the text.

Vedere anche

Riferimento

StyleBase Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering