共用方式為


OriginalValue 屬性

Gets the calculated value of the TextRun before formatting has been applied.

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

語法

'宣告
Public MustOverride ReadOnly Property OriginalValue As Object
    Get
'用途
Dim instance As TextRunInstance
Dim value As Object

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

屬性值

型別:System. . :: . .Object
A string value that represents the calculated value of the TextRun before formatting has been applied.

備註

For the calculated value of the TextRun after formatting has been applied, see Value.