Proprietà CompiledTextRunInstance.Value
Gets the string value of the parsed text run.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property Value As String
Get
'Utilizzo
Dim instance As CompiledTextRunInstance
Dim value As String
value = instance.Value
public override string Value { get; }
public:
virtual property String^ Value {
String^ get () override;
}
abstract Value : string
override Value : string
override function get Value () : String
Valore proprietà
Tipo: System.String
A string value.
Vedere anche
Riferimento
CompiledTextRunInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering