次の方法で共有


ReportExpression<T> Explicit 変換 (ReportExpression<T> to T)

ReportExpression<T> の値を T 型のオブジェクトに変換します。

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

構文

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

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

パラメーター

戻り値

型: T
T 型オブジェクト。

関連項目

参照

ReportExpression<T> 構造体

Explicit オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間