Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# Equivalent of CType()
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
00978453
Message ID:
00978461
Vues:
34
Eric,

You would use an explicit cast to get the required compatible type.
crSubReportObject = (SubreportObject)crReportObject;
You should also be aware of the C# as operator.

Regards
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform