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.
Indicates whether a string is an expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function IsExpressionString ( _
value As String _
) As Boolean
'Usage
Dim value As String
Dim returnValue As Boolean
returnValue = ReportExpression.IsExpressionString(value)
public static bool IsExpressionString(
string value
)
public:
static bool IsExpressionString(
String^ value
)
static member IsExpressionString :
value:string -> bool
public static function IsExpressionString(
value : String
) : boolean
Parameter
- value
Typ: System.String
The input string.
Rückgabewert
Typ: System.Boolean
True if a string is an expression; otherwise, false.