Преобразование Implicit (Nullable(T) to 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< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.