TextRun.Value Property
Gets an expression, the value of which is displayed at runtime for the text run.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace