Metodo ReportExpression.IsExpressionString

Indicates whether a string is an expression.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Function IsExpressionString ( _
    value As String _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

ReportExpression Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel