Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value that indicates whether the formatted text box value is expression-based.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FormattedValueExpressionBased As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the formatted text box value is expression-based; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace