共用方式為


Value 屬性

Gets the string value of the parsed text run.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property Value As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A string value.