Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate SAP Crystal Reports in Visual Studio 2017

Is it possible to use the report designer in the current release of Visual Studio 2017?

The SAP crystal report wiki for visual studio integration only states: "RC build currently not supported - Tested opening existing app and it works".

I have installed the latest developer SDK (Support Pack 19 v.13.0.19.2312), but when I try to open an existing report (.rpt), i got the following message:

There is no editor available for 'C:...\Report.rpt'.

Make sure the application for the file type (.rpt) is installed.


EDIT (2018/02/28)

By the time of asking this question I had installed SP19 on my machine. The current version which should resolve all my issues is SP22, which was released at 2018/01/11. All necessary information and download links are still available in the SAP crystal report wiki.


EDIT (2019/03/20)

Thanks to @ANewGuyInTown: The current version is 13.0.24.

like image 792
ˈvɔlə Avatar asked Mar 20 '17 11:03

ˈvɔlə


People also ask

How do I add a reference Crystal Report in Visual Studio 2017?

Adding Crystal Reports References Using Visual Studio . Open the Solution Explorer, expand the Project tag in the tree and select the References tag. Right mouse click and select Add Reference. Step 2: On the Add Reference dialog, select the CrystalDecisions. CrystalReports.


2 Answers

Visual Studio 2017 is supported in Crystal Reports SP 21, which is available for download as of 1 Sep 2017.

like image 200
irfandar Avatar answered Sep 28 '22 06:09

irfandar


This error occurs because at the end of the installation of Crystal Reports SP21 for Visual Studio 2017, the following screen appears:

enter image description here

Do not check to install in runtime, this default to come marked to me is wrong. Install only Crystal Reports SP21 for Visual Studio 2017.

like image 36
Igor Monteiro Avatar answered Sep 28 '22 07:09

Igor Monteiro