Partilhar via


Propriedade do RDL TextRun.Value

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering