式の文字列を 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 はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- value
型: System.String
式の文字列。
戻り値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
変換された ReportExpression オブジェクトです。