Partager via


Méthode ReportExpression.IsExpressionString

Indicates whether a string is an expression.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Function IsExpressionString ( _
    value As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System.Boolean
True if a string is an expression; otherwise, false.

Voir aussi

Référence

ReportExpression Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel