Share via


TextBox.Value Property

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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

Property Value

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

Remarks

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.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TextBox Class
TextBox Members
Microsoft.ReportingServices.ReportRendering Namespace