Crystal Report Visual Studio 'Cannot Find custom tool' - c#

I'm Using Crystal Report v2013 & Visual Studio 2017.I had installed crystal report for visual studio. But its not working when i generate the cs code of any report it showing error
have anyone idea about this?

Related

How to display rdlc report in Visual Studio 2017 Community

I am trying to add a .rdlc report to a C# Windows application using Visual Studio 2017 Community, but the ReportViewer control shows as a non-visual component below the form.
I have tried the solution I found here: https://www.c-sharpcorner.com/article/install-rdlc-extensions-in-visual-studio-2017/
and here: Reportviewer tool missing in visual studio 2017 RC
I want to be able to display the .rdlc report on the form, just like the way it appears on other versions of Visual Studio. Any assistance will be appreciated.
As I know Visual Studio 2015 and above versions has hidden RDLC report viewer. To enable this feature you can go to ControlPanel > Visual Studio 2017 > Right click and choose Update, then you can find the extension for RDLC.
I also found a link to do it easier : install RDLC extension for report viewer in VisualStudio 2017

crystal reports .dll file for visual studio

I'm working on crystal reports in my .net WPF application using 2013 visual studio.
I searched for the the .dll file, I tried but couldn't find this:
"CrystalDecisions.Enterprise.Viewing.ReportSource.dll"

Using Crystal Report Viewer in MVC4 with Visual Studio 2013

I want to show Crystal Reports from a previously generated Crystal Report templates templatename.rpt file.
I have also used it in MVC4 currently. But there are more requirement of Client for this Crystal Report that should be
Having Charts in Report with DrillDown.
Able to Download Report in different formats(.pdf,word,etc.)
[Currently I am just giving option to download in PDF format].
I have looked through multiple examples & have done multiple searches for this found the solution in MVC3 with Visual Studio 2010. But that is not working perfectly in Visual Studio 2013 + MVC4

how to use crystal reports in visual studio 2010

I am developing c# application using visual studio 2010.. Now i want to use crystal report in my project but I am using Visual studio 2010 first time.. So when I add crystal report in project then it creates .mht file and ask me to download SAP crystal reports..
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
Several downloading options as shown in above link.. I have tried by downloading several setups which includes
1.SAP Crystal Reports, version for Visual Studio 2010 - Click Once
2.SAP Crystal Reports, version for Visual Studio 2010 - Click Once (32 Bit)
But after installation of this still no effect in visual studio and still asking me for download..
One more thing I want mention that my system is of 32 bit thats why i cant go for 64b bit..
I think this is the same question as here:
Use Crystal Reports 2011 in Visual Studio 2010
Finally I found the solutions..
By downloading the product
1)SAP Crystal Reports, version for Visual Studio 2010 - Standard
As this works fine and integrated successfully with visual studio 2010 IDE..

How to Generate crystal report in visual studio 2010 WPF application?

I want to generate a crystal report in visual studio 2010 in WPF application.
Can anyone please help me to solve out ?
I have tried but it does not works ..
please provide me the code ?
Crystal Report now doesn't comes with Visual Studio. You have to download it separately. Follow this link: http://www.businessobjects.com/jump/xi/crvs2010/default.asp .
Once you install the CR2010. You will be able to add crystal report pages (.rpt) in your project using VS 2010.
I don't think Crystal Reports are provided by default any more in VS2010, you have to download and install them separately.

Categories