How to Create Crystal Report using Visual Studio 2012 Part 1
How to Create Crystal Report using Visual Studio This tutorial will focus on creation of Crystal Report using Visual Studio 2012. To accomplish this you will require to have: Microsoft Visual Studio 2012. MySQL. SAP Crystal Reports version for visual studio 2012. For the purpose of this tutorial, we will be using VB.Net. To start create a vb.net project Open visual studio (2012) and create a new project. Creating a new project 2. Select VB.NET then click on Windows Forms Application. Give it a name as shown in item 3 in the screenshot below. Finally click OK. Now your project is set. You can now start the process of integrating it with Crystal Reports. 3.Right click on the name of your project. Click Add and then New Item. 4. Add New Item dialog box will appear. Under Common items select Data tehn select Dataset. Give it a name and click Add as shown below. Selecting D...
Comments
Post a Comment