Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have converted my VB6 project to vb.net project..But crystal reports are not getting converted.And dataenvironment has been upgraded to vb file..Can I use dataenvironment for creating new crystal reports in vb.net??If yes then how??
Thanx in advance..
Posted

1 solution

By the looks of the MSDN web site for Data Environment[^] it looks like strictly a Visual Studio 6 thing. However, from the screenshots I think you'll find very similar (and better) functionality in .Net.

I googled and found a couple of microsoft links that could help get you started:
http://msdn.microsoft.com/en-us/library/vstudio/ms171883.aspx[^]
http://msdn.microsoft.com/en-us/library/wzabh8c4(v=vs.100).aspx[^]
http://msdn.microsoft.com/en-us/library/aa581778.aspx[^]

Or else you could google[^] for tutorials.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900