Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Converts an object of type T to a ReportExpression<T>.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Widening Operator CType ( _
value As T _
) As ReportExpression(Of T)
'Utilisation
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 prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- value
Type : T
An object of type T.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.