Konwersja ReportExpression<T> Implicit (Nullable<T> to ReportExpression<T>)
Konwertuje Nullable<T> obiektu, aby 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 Nullable(Of T) _
) As ReportExpression(Of T)
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- value
Typ: System.Nullable<T>
Wartość zwracana
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> obiektu.