Compartir a través de


ReportExpression.IsExpressionString Método

Indicates whether a string is an expression.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Shared Function IsExpressionString ( _
    value As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

ReportExpression Estructura

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel