Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Converts an object of type T to a ReportExpression<T>.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Widening Operator CType ( _
value As T _
) As ReportExpression(Of T)
'Utilizzo
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
)
JScript supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- value
Tipo: T
An object of type T.
Valore restituito
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.