Compartir a través de


StyleBaseInstance.Language Propiedad

Gets the calculated value of the Language property in a StyleBase class.

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

Sintaxis

'Declaración
Public MustOverride Property Language As String 
    Get 
    Set
'Uso
Dim instance As StyleBaseInstance 
Dim value As String 

value = instance.Language

instance.Language = value
public abstract string Language { get; set; }
public:
virtual property String^ Language {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Language : string with get, set
abstract function get Language () : String 
abstract function set Language (value : String)

Valor de la propiedad

Tipo: System.String
A string value that represents the calculated value of the Language property.

Vea también

Referencia

StyleBaseInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering