TextBox.OriginalValue Property

Contains the original, unformatted value of the TextBox. This value can be null.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property OriginalValue As Object
public Object OriginalValue { get; }
public:
property Object^ OriginalValue {
    Object^ get ();
}
/** @property */
public Object get_OriginalValue ()
public function get OriginalValue () : Object

Значение свойства

An Object that contains the unformatted value of the TextBox.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TextBox Class
TextBox Members
Microsoft.ReportingServices.ReportRendering Namespace