Vb.net – Opening Crystal Report Viewer in VB.NET

crystal-reportsvb.netvisual studio 2012

I have a Crystal Report that I would like to open from a VB.net form. the Only problem is I'm having difficulties with finding out how to open up the Crystal Report Viewer from VB.net. I'm using Visual Studio 2012, and I have the update for Crystal Reports which lets it be used in Visual Studio 2012. If anyone has any suggestions it would be very appreciated.
Thanks

Best Answer

The answer is to follow the steps listed here Crystal Reports Viewer in Visual Studio 2010 The only difference is that instead of going to the compile tab in the Project Designer, you go to the application tab

Related Topic