showing rdlc reporting tab in visual studio 2017 - asp.net

I am attempting view report using asp.net webform in visual studio.
I install VS 2017 and Microsoft Rdlc Report Designer for Visual Studio-Sql Reporting Services.
But now i cannot find Reporting tab in toolbox.I tried but i can not solve this.There is not many resource about VS2017.
Can any one resolve this.Any kind of help is appreciated.

You need to install the Rdlc Report Designer for Visual Studio 2017. Download here:
https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001

Related

Unable to Edit crystal report on client machine.

I have deployed my asp.net project through IIS on client machine. I have installed crystal report runtime to execute my project successfully. But I can't edit any report. When I tried to install crystal report developer version it's asking for visual studio.
What edition I need to edit crystal report on client machine ? Please help.
I am using visual studio 2010
Microsoft Visual Studio 2010 no longer includes Crystal Reports in the bundle.
In Visual Studio 2010, to create a Crystal Reports project or Web site or to import existing projects or Web sites that were created by using older versions of Visual Studio or Crystal Reports, you must first install a version of Crystal Reports that is compatible with Visual Studio 2010.
As per my experience,
Visual Studio 2010 should be installed first.
You would need CRforVS_13_0.exe (and not msi) version for Visual Studio 2010.
(Also check prior 32/64 bit version too)
And then you can edit the report from your project.
See: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
It provides links and instructions for downloading what you need.

What versions of the .NET Framework does CR for VS support?

I've got a really old ASP.NET WebForms app that I am tasked with maintaining.
I'm not one of the original developers. Don't even know who they were.
Anyway, they used Crystal Reports for the reports they wrote for it. And they wrote it to use .NET Framework 2, in whatever version of Visual Studio that came out with it.
I'd like to upgrade it to .NET 4.5 using Visual Studio 2015. However, I don't have Crystal Reports installed on my PC.
We do have an installer for Crystal Reports for Visual Studio, which I've just learned came out with Visual Studio 2010.
I'm hoping that will support .NET 4.5 or at least .NET 4. Am I correct?
You are not tell crystal report version which you have, so not exactly tell anything.
But yes, here is list of Visual Studio with Crystal report supported page.
Crystal report is related to visual studio, not .net framework. but visual studio based on .net framework. For VS2010 does not have 4.5 framework and also not supported.
I suggest use Visual Studio 2017 with Crystal report. See my answers in
Visual Studio 2017 and Crystal
Or If you wish go to VS2015 :
Crystal Reports in Visual Studio 2015 Community
VS for crystal report has a compatibility version using VS 2015.
I am not really sure what version of Crystal report, do you want to install. The important is, if you done installing the crystal report you may restart your pc and try to test it by right click on
Project -> Add new item -> Crystal Report
if work then that is the version you need. Because in my experienced, VS 2012 i was done almost 3 to 4 times installing of CReport for VS2012 then it become fine and working.. Just try till it works.
Good luck!

How to Install Crystal Report In VS2010?

I can't Install Crystal Report on Visual Studio 2010.
I was try many time install it but i was fail every time.
on Visual Studio 2008 inbuilt Crystal Report in toolbox.
Thanks in Advance.
In visual studio 2010, It does not come inbuilt you need to install it separate.
You can download that from the following link.
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe
See following link where it has explained how to use visual studio 2010.
http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual
After installing Crystal
1. Open project in VS
2. Click New Project
3. Ensure you have .Net Framework 4 installed and your project is targeting .Net 4
4. The Reports should show up in the VS toolbox window.

Where to find CrystalDecisions.ReportAppServer.ClientDoc

Can you please share me, where can i download crystal report decision redistributable package.
I found below one, but it shows for VS 2005.
https://tcsoftware.net/blog/2011/05/crystal-reports-redistributable-download-net-2005/
I am using - VS 2012 on x64 machine - webapplication. and want to display RPT file.
I need this "CrystalDecisions.ReportAppServer.ClientDoc" DLL into GAC.
Please share me link where i can download related MSI.
Hi here you can find the redistributable packeges for crystal reports 2011
http://scn.sap.com/docs/DOC-7824

crystal report version

how do i find the version of crystal report in visual studio 2005
The version of the DLLs in the installation directory ({install-dir}\Microsoft Visual Studio 8\Crystal Reports) indicate they belong to version 10.2.
As far as I know the within Visual Studio 2005 distributed version of Crystal Reports is officially called "Crystal Reports for Visual Studio 2005".
Go to Help -> About Microsoft Visual Studio, then Crystal Reports should be in the Installed products list.

Resources