Udostępnij za pośrednictwem


Konwersja ReportExpression<T> Implicit (T to ReportExpression<T>)

Konwertuje obiekt typu t do ReportExpression<T>.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Shared Widening Operator CType ( _
    value As T _
) As ReportExpression(Of T)
'Użycie
Dim input As T
Dim output As ReportExpression(Of T)

output = CType(input, ReportExpression(Of T))
public static implicit operator ReportExpression<T> (
    T value
)
static implicit operator ReportExpression<T> (
    T value
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.

Parametry

  • value
    Typ: T
    Obiekt typu t.