ReportExpression Implicit 转换 (String to ReportExpression)

Converts an expression string to a ReportExpression object.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Widening Operator CType ( _
    value As String _
) As ReportExpression
用法
Dim input As String
Dim output As ReportExpression

output = CType(input, ReportExpression)
public static implicit operator ReportExpression (
    string value
)
static implicit operator ReportExpression (
    String^ value
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。

参数