Compartir a través de


TextRun.Value Propiedad

Gets an expression, the value of which is displayed at runtime for the text run.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Value As ReportStringProperty 
    Get
'Uso
Dim instance As TextRun 
Dim value As ReportStringProperty 

value = instance.Value
public abstract ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
    ReportStringProperty^ get () abstract;
}
abstract Value : ReportStringProperty
abstract function get Value () : ReportStringProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering