Konwersja ReportExpression<T> Explicit (ReportExpression<T> to T)
Konwertuje wartość ReportExpression<T> do obiektu typu t.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As T
'Użycie
Dim input As ReportExpression(Of T)
Dim output As T
output = CType(input, T)
public static explicit operator T (
ReportExpression<T> value
)
static explicit operator T (
ReportExpression<T> value
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- value
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> obiektu.
Wartość zwracana
Typ: T
Obiekt typu t.