次の方法で共有


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

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

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

構文

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

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

パラメーター

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

戻り値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
ReportExpression<T> オブジェクト。

関連項目

参照

ReportExpression<T> 構造体

Implicit オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間