Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace