Compartir a través de


TextBox.FormattedValueExpressionBased Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property FormattedValueExpressionBased As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

TextBox Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering