Compartir a través de


StyleBase.Language Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Language As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering