TextBox.Value Property

The value of the TextBox, returned as a formatted string. The value "#Error" is returned if the expression cannot be evaluated.

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

Синтаксис

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

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

A String value that contains the formatted value of the TextBox.

Замечания

The Format, Calendar, NumeralLanguage, and NumeralVariant styles are already applied. If there are no relevant styles applied, then this will return the OriginalValue converted with the CLR ToString method.

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

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