共用方式為


Value 屬性

An expression, the value of which is displayed at runtime for the TextRun.

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

語法

'宣告
Public MustOverride ReadOnly Property Value As ReportStringProperty
    Get
'用途
Dim instance As TextRun
Dim value As ReportStringProperty

value = instance.Value
public abstract ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
    ReportStringProperty^ get () abstract;
}
abstract Value : ReportStringProperty
abstract function get Value () : ReportStringProperty