Propriété Value
Gets the string value of the parsed text run.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property Value As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string value.