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
參數
- value
型別:System. . :: . .String
The input string.
傳回值
型別:System. . :: . .Boolean
A Boolean value.