次の方法で共有


ReportExpression Implicit 変換 (String to ReportExpression)

式の文字列を ReportExpression オブジェクトに変換します。

名前空間:  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 はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
変換された ReportExpression オブジェクトです。

関連項目

参照

ReportExpression 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間