Conversione ReportExpression<T> Explicit (ReportExpression<T> to T)
Converts the value of a ReportExpression<T> to an object of type T.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As T
'Utilizzo
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
)
JScript supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
Valore restituito
Tipo: T
An object of type T.