Propriedade do RDL Value
Gets the string value of the parsed text run.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property Value As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A string value.
Consulte também