CompiledTextRunInstance.Value Property

Gets the string value of the parsed text run.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Value As String 
    Get
'Usage
Dim instance As CompiledTextRunInstance 
Dim value As String 

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

Property Value

Type: System.String
A string value.

See Also

Reference

CompiledTextRunInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace