Freigeben über


ReportExpression<T> Implicit-Konversionen (Nullable<T> to ReportExpression<T>)

Converts a Nullable<T> object to a ReportExpression<T>.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As Nullable(Of T) _
) As ReportExpression(Of T)
'Usage
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 unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.

Parameter

Rückgabewert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.

Siehe auch

Verweis

ReportExpression<T> Struktur

Implicit-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace