How to Use Crystal Reports 11 With Asp.Net
Crystal Reports can be used with ASP.NET when you have a Web application ready for deployment on your server. To add reporting for crystal reports to a Web application, the addition of Crystal Reports merge modules is needed. You will need to use Visual Studio.NET to build your Web application prior to deployment on the server. However, you will also require the license key for your Crystal Reports 11 to add the merge modules.
Instructions
-
-
1
Double-click the Visual Studio.NET icon to open the program. Click the “File” drop-down menu and select “Open.” Navigate to the Web application you want to deploy.
-
2
Click the “View” drop-down menu and then select the option for “Solution Explorer.” You will now see the “Add New Project” dialog box appear.
-
-
3
Click the option for “Setup and Deployment Projects” in the left panel. Click “Web Setup Project” in the right panel. Click the “OK” button to continue.
-
4
Right-click on the option for “Web Setup Project” in the Solution Explorer and select the option for “Add.” Click the option for “Project Output.” This displays the “Add Project Output Group” dialog box.
-
5
Select the option for “Primary Output” and “Content Files.” Right-click on the “Web Setup Project” in the Solution Explorer and select the option for “Add.” Click the option for “Merge Module.” This will display the “Add Modules” dialog box.
-
6
Select the Crystal Reports merge modules that you want to add to your project. Click the “OK” button to continue.
-
7
Click the Crystal Reports merge module from the “Setup” project.” This displays the properties for the module. Click the “+” sign next to “MergeModuleProperties” and type the license key for your Crystal Reports 11 product into the text box.
-
8
Right-click your deployment package and select “Build” from the context menu.
-
1