Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The value of the TextBox, returned as a formatted string. The value "#Error" is returned if the expression cannot be evaluated.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
A String value that contains the formatted value of the TextBox.
Osservazioni
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
TextBox Class
TextBox Members
Microsoft.ReportingServices.ReportRendering Namespace