Implicit 変換 (Nullable(T) to ReportExpression(T))

Nullable<(Of <(<'T>)>)> オブジェクトを ReportExpression<(Of <(<'T>)>)> に変換します。

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

構文

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

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

パラメーター

戻り値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。