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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
TextBox Class
TextBox Members
Microsoft.ReportingServices.ReportRendering Namespace