Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate SAP Crystal Reports in Visual Studio 2015 Enterprise Edition

I have downloaded VS 2015. I want to integrate SAP Crystal Reports in VS 2015 Enterprise Edition. I have also downloaded the MSI file of the latest SAP Crystal Report edition and installed it. However, I am not able to see the Crystal Report Viewer.

like image 878
Prayash Bhatt Avatar asked Dec 30 '15 14:12

Prayash Bhatt


People also ask

How do I add SAP Crystal report to Visual Studio?

Open Visual Studio and click New Project -> Window Form Application. Give the name of the project and click OK. Subsequently, choose the project, go to the Solution Explorer -> Right click on project name -> Add -> New Item. Click Reporting-> Crystal Reports and click 'Add' button.

How install crystal report in VS 2015?

Right click on the downloaded Crystal Reports for Visual Studio 2015 file and click Open. Note: Make sure all Visual Studio versions installed on your system are not running during installation. The WinRAR self-extracting archive file will first extract its contents and then the installation will start.

Does Visual Studio have Crystal Reports?

SAP Crystal Reports, version for Visual Studio Our report design software installs directly into Visual Studio. With this fully functional – and free software, you'll spend less and save time developing rich, interactive reports.

What is Crystal Reports Enterprise Edition?

Crystal Enterprise is the Business Objects server-based delivery platform for Crystal Reports and Crystal Analysis originally developed by Crystal Decisions. Crystal Enterprise is what is called a delivery platform in Business Intelligence terms.


2 Answers

I had a very difficult time finding this particular download page and the appropriate download link on that page for Visual Studio 2015 (I also have Enterprise but I don't think that matters too much, if at all for this). The link is provided below, the download link is titled, "Support Pack 15 (v.13.0.15.1840)".
http://scn.sap.com/docs/DOC-7824

So I did the following:

1.) I had to uninstall two Crystal Report applications that I had previously installed (one was an update for it I think).

2.) Then I shutdown VS2015.

3.) Then I ran the downloaded executable, it installed fine and I installed the 64 bit run-time feature for Crystal Reports.

4.) Then I made a mistake and tried opening VS2015 afterwards, it crashed repeatedly. 

5.)  After restarting the PC, I have no more errors and I now have the crystal reports icon in the Report's category when adding a new
item to my Web Application project. It also allows me to use the wizard.

Hope this helps!

like image 151
Eric Milliot-Martinez Avatar answered Oct 22 '22 03:10

Eric Milliot-Martinez


You can download it from:

http://scn.sap.com/docs/DOC-7824

  • Download "Crystal Reports", click in the link "Support Pack 16" ((#1 in the picture)) for developers.
  • Download the "Run time", clic in the link "MSI 32/64 Bit" ((#2 in the picture)) for the clients.

Crystal Reports


Finally, restart your PC.... open your visual studio 2015 again and you will see "Reporting" option for Crystal Reports when you add a new item.

Happy code!

enter image description here

like image 15
Orlando Herrera Avatar answered Oct 22 '22 03:10

Orlando Herrera