Свойство 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.