how to use crystal reports in visual studio 2010 - c#

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..

Related

Can we create a new Crystal Report version 13.0.19 in Visual Studio 2019?

I have Visual Studio 2019. I developed a SAP Crystal Report in version 13.0.3500.0. But my project has many SAP Crystal Reports using version 13.0.19.
On my machine, I have installed from
But on the server, I have installed SAP Crystal Reports version 13.0.19 runtime only.
I want to use SAP Crystal Report version 13.0.19 in Visual Studio 2019.
Do have any idea how to do this?
I think you need to install the latest (sp 31) one from the below link which supports the earlier version too. It might be overwriting the existing version (see similar issue:- Crystal Reports for VS2019)
https://www.tektutorialshub.com/crystal-reports/download-crystal-reports-for-visual-studio-2019/
or
https://www.crystalreports.com/download/
How to choose that you can check via prerequisites requirements:
https://www.tektutorialshub.com/crystal-reports/download-crystal-reports-for-visual-studio-2019/#direct-download-link

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

Deploy an application with Crystal Reports

I develop a Visual Basic application under Visual Studio and I use Crystal Report to generate the reports. Now I have to distribute the application with other users but without installing Visual Studio or Crystal Report.
I searched on the internet, I found tracks but I can not solve the problem (I do not find the crystal files reports in the Merge Modules folder) or I do not do things correctly.
I use: Visual studio 2010, Crystal Report 2010 (64 bits)
In case of web app you nedd to install crystal report redistributable on web server.
In windows app you need add crystal reports in the prerequisites section

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.

Where to find or install Crystal Reports for VS 2005?

As the title says really - I'm using Visual Studio 2005 Pro, and I've never used Crystal Reports before, but apparently it should be in the Add New Item list, but its not.
Any ideas how to get this?
Cheers
I think you might have unchecked the
Crystal Reports for Visual Studio
section.
You can install this by using
Add or Remove Features in the Visual Studio 2005 setup.
The easiest way to see if you have installed them - look for "Crystal Reports... For Visual Studio" in "Programs and Features" / "Add Remove Programs"
To install - Your Visual Studio Pro Setup
To use (if you have it, I see you're not pretty sure) - Crystal reports are in the reporting section of "add - new item"

Categories