Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the calculated value of the NumeralLanguage 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 NumeralLanguage As String
Get
Set
'Utilizzo
Dim instance As StyleBaseInstance
Dim value As String
value = instance.NumeralLanguage
instance.NumeralLanguage = value
public abstract string NumeralLanguage { get; set; }
public:
virtual property String^ NumeralLanguage {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract NumeralLanguage : string with get, set
abstract function get NumeralLanguage () : String
abstract function set NumeralLanguage (value : String)
Valore proprietà
Tipo: System.String
A string value that represents the calculated value of the NumeralLanguage property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering