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 はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- value
型: System.Nullable<T>
Nullable<T> オブジェクト。
戻り値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
ReportExpression<T> オブジェクト。