Explicit 変換 (ReportExpression(T) to String)

ReportExpression<(Of <(<'T>)>)> の値を文字列に変換します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Narrowing Operator CType ( _
    value As ReportExpression(Of T) _
) As String
'使用
Dim input As ReportExpression(Of T)
Dim output As String

output = CType(input, String)
public static explicit operator string (
    ReportExpression<T> value
)
static explicit operator String^ (
    ReportExpression<T> value
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: System. . :: . .String
string 値です。