Condividi tramite


Proprietà StyleBaseInstance.Language

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

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

Sintassi

'Dichiarazione
Public MustOverride Property Language As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

StyleBaseInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering