Propriedade do RDL StyleBaseInstance.Language
Gets the calculated value of the Language property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string value that represents the calculated value of the Language property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering