Udostępnij za pośrednictwem


ReportExpression.IsExpressionString Method

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

Parameters

Return Value

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

See Also

Reference

ReportExpression Structure

Microsoft.ReportingServices.RdlObjectModel Namespace