다음을 통해 공유


ReportExpression.IsExpressionString 메서드

Indicates whether a string is an expression.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Shared Function IsExpressionString ( _
    value As String _
) As Boolean
‘사용 방법
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

매개 변수

반환 값

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

참고 항목

참조

ReportExpression 구조

Microsoft.ReportingServices.RdlObjectModel 네임스페이스