Condividi tramite


Proprietà TextBox.FormattedValueExpressionBased

Gets a value that indicates whether the formatted text box value is expression-based.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property FormattedValueExpressionBased As Boolean 
    Get
'Utilizzo
Dim instance As TextBox 
Dim value As Boolean 

value = instance.FormattedValueExpressionBased
public bool FormattedValueExpressionBased { get; }
public:
property bool FormattedValueExpressionBased {
    bool get ();
}
member FormattedValueExpressionBased : bool
function get FormattedValueExpressionBased () : boolean

Valore proprietà

Tipo: System.Boolean
true if the formatted text box value is expression-based; otherwise, false.

Vedere anche

Riferimento

TextBox Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering