Share via


TextRun.Value Property

An expression, the value of which is displayed at runtime for the TextRun.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Value As ReportStringProperty
    Get
'Usage
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