Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# Equivalent of CType()
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00978453
Message ID:
00978461
Views:
35
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
Previous
Reply
Map
View

Click here to load this message in the networking platform