Where to find CrystalDecisions.ReportAppServer.ClientDoc - asp.net

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

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.

showing rdlc reporting tab in visual studio 2017

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

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.

Crystal Reports and VS2010

We have Crystal Reports running and it is tied into our VS2010 installation. I have not looked at the instance in a long time because we had a devoted Crystal developer on board, however he is gone now and I need to make a few changes. When I try to open up the .rpt file in VS2010 all I get is garbage, not the Crystal Report with the GUI. What do I need to configure/install to get to see this inside VS2010?
EDIT: When I go to my .rpt file to edit it with Crystal Reports, I get a white screen filled with what appears to be random HEX character sets and periods. I have downloaded the CR for Visual Studio, however it still happens, is there an extension I need to include somewhere? I have my target framework as 4.0 and I have the CrystalDecisions assemblies loaded in my web.config.
Here is the SAP link for VS 2010...
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
I also had this problem after installing "SAP Crystal Reports, version for Microsoft Visual Studio" recently - over two years later.
I specifically installed Support Pack 8 on 64-bit Windows 7 Pro and found that the fix for me was to:
(1) Run the install executable rather than an MSI per SAP's note that this is critical to full integration with Visual Studio (all the way back to the RTM release):
Please note: To integrate "SAP Crystal Reports, developer version for Microsoft Visual Studio" into VS 2010 or 2012, you must run the Install Executable. Running the MSI will not fully integrate Crystal Reports into VS. MSI files by definition are for runtime distribution only.
(2) Run it with Visual Studio closed.
(3) Run it as Administrator.
Even doing (1) and (2) in the list above without (3) yielded an error at the end of installation (even though the account I used was a member of the local Administrators group). Unfortunately I (uncharacteristically) did not note the error and just continued. :P
Bottom line, even though "SAP Crystal Reports, version for Microsoft Visual Studio" showed in Windows' Programs and Features control panel and I could add CR items to and reference CR assemblies in Visual Studio projects afterward, hex-like garbage rather than the expected report designer greeted me when I opened CR .rpt files in Visual Studio - just like the OP described.
So I closed Visual Studio and uninstalled "SAP Crystal Reports, version for Microsoft Visual Studio" through Windows' Programs and Features control panel.
Further doing (3) in the list above when I ran the installer executable again (i.e. running it as Administrator), I encountered no errors; and afterward the expected report designer rather than hex-like garbage greeted me when I opened CR .rpt files in Visual Studio: problem solved.

Microsoft Report Viewer 2010 Deployment

Is it a requirement to have Microsoft Report Viewer 2010 SP1 Redistributable Package run on the web server in order to have users view asp.net pages (built with VS2010 SP1) that reference Microsoft ReportViewer controls?
I was hoping that if I referenced the dlls in the web project listed in this MS article, that I would avoid having to run the redistributable package on the server.
No, it is not necessary to have the redistributable installed on the web server. Just set the copy local property for the report viewer dll references to true.
See the following article. It discusses deploying to an Azure environment, but the same idea holds for deploying to a web server without the redistributable package.
http://msdn.microsoft.com/en-us/library/gg430128.aspx
It is always better to install redistributable package on web server as you are sure to have included all of the file related to report viewers.
As you are using report viewer 2010 to show ssrs report so, you should include following dlls in GAC :
Microsoft.ReportViewer.WebForms
Microsoft.ReportViewer.Common
Microsoft.ReportViewer.ProcessingObjectModel
For furthur information ,how to use report viewer 2010 and changes need to done in web.config for using report viewer 2010 ,see following post:http://ivarunsingh.blogspot.com/2011/12/report-viewer-2010.html

Resources