Freigeben über


CompiledTextRunInstance.Value-Eigenschaft

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

Eigenschaftswert

Typ: System.String
A string value.

Siehe auch

Verweis

CompiledTextRunInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace