ReportExpression オブジェクトを式の文字列に変換します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Shared Narrowing Operator CType ( _
value As ReportExpression _
) As String
'使用
Dim input As ReportExpression
Dim output As String
output = CType(input, String)
public static explicit operator string (
ReportExpression value
)
static explicit operator String^ (
ReportExpression value
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
戻り値
型: System.String
変換された ReportExpression オブジェクトです。