Value Propiedad
Gets the calculated value of the TextRun after formatting has been applied.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property Value As String
Get
'Uso
Dim instance As TextRunInstance
Dim value As String
value = instance.Value
public abstract string Value { get; }
public:
virtual property String^ Value {
String^ get () abstract;
}
abstract Value : string
abstract function get Value () : String
Valor de la propiedad
Tipo: System. . :: . .String
A string value that represents the calculated value of the TextRun after formatting has been applied.
Notas
For the calculated value of the TextRun before formatting has been applied, see OriginalValue.