Propriedade do RDL TextBox.FormattedValueExpressionBased
Gets a value that indicates whether the formatted text box value is expression-based.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the formatted text box value is expression-based; otherwise, false.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering