Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean value that indicates whether the formatted text run value in Instance (Value) is expression-based.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FormattedValueExpressionBased As Boolean
Get
'Usage
Dim instance As TextRun
Dim value As Boolean
value = instance.FormattedValueExpressionBased
public abstract bool FormattedValueExpressionBased { get; }
public:
virtual property bool FormattedValueExpressionBased {
bool get () abstract;
}
abstract FormattedValueExpressionBased : bool
abstract function get FormattedValueExpressionBased () : boolean
Eigenschaftswert
Typ: System.Boolean
true if the formatted text run value is expression-based; otherwise, false.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace