次の方法で共有


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

Nullable<T> オブジェクトを ReportExpression<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<T>
ReportExpression<T> オブジェクト。

関連項目

参照

ReportExpression<T> 構造体

Implicit オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間