Crystal report is not shown in vs ultimate 2010 solution - crystal-reports

I have web application form and want to generate Crystal reports. I have downloaded CRforVS_13_0.exe for window 7 64 bit.. Crystal report of SAP and Installed, in tool box crystalreportviewer is available ... but my problem is that i cant view crystal report icon to make report
As right click properties of web project -> add new item -> (here i cant find any crystal report icon )
my target frame work is "Target Framework from ".Net Framework 4.0 " and i have add all the crystal report reference dll in web application project.
Problem :
I can't view crystal report icon to make report
Please help me to overcome on this problem.

I FIND SOLUTION VIA INSTALLING THIS http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_5.exe
AFTER THIS I CAN GENEREATE REPORTS

Related

Protecting Crystal Report Design and Source

I have search everywhere on Internet to protect my source of Crystal Reports or protect them by any means but all in vain.
I am using crystal-reports ver. 9. and Developing Reports for an accounting and financing solution. and need to protect the reports that no one can mess with the reports.
Any help is appreciated.
Regards.
Jamshaid Riaz
There is no way to do this with Crystal 9, you need to upgrade to Crystal 2011 or above and use RPTR file. RPTR file is a run-time report , which can be run as a normal report by the end user but cannot be edited. RPTR file is created from a regular report using export. You will keep the regular report (RPT file) for development and export it to RPTR and deploy it when it is necessary. There are some tools , which pretend that they secure any Crystal report file , but these are false statements and the files can be easily open in design mode.
To make the report read-only:
Navigate to File Menu --> Report Options -->Select the 'Read-only' check box-->click 'OK'

How to update parameter of a Crystal Report with Crystal Reports Server?

We have Crystal Reports XI and are using Crystal Reports Server XI. We have many reports on Crystal Server but none are using report parameters.
I created a .RPT with 1 parameter called REPORT_TYPE that is a STATIC parameter in my report. For some reason, when I upload the report to Crystal Server, I cannot change the parameter value. I tried the following steps:
Opened the report in Crystal Server and clicked Process -> Parameters
Clicked where it displays the parameter named and [EMPTY] next to the value
I then can type any value I want in the field titled "Enter a value" but when I click update nothing happens. The page does not reload and the value is not stored in the report if I click another tab and go back it still displays [EMPTY]
Any help on this issue would be greatly appreciated! I tried using both the latest version of Chrome and IE (also with and without Computability View).
What you can do is modify the report on crystal and upload it again into the server. If you don't have the report, preview it and download a copy as crystal reports.
You can also do a repository connection. It will allow you to make changes on a report that is already on the server. In below link you can see how to make the connection.
How to make repository connection with crystal report

iReport doesn't see the data from JasperServer

When I connect to a Jasper Server via iReport Designer and choose a report from it I can see a report template but when I click preview I can't see the data of report. Besides that when I go to Jasper Server web page and choose the same report I can see the data without any troubles. Could please explain me why it happens and how I can resolve this issue? Thank you in advance!
Right click on the Report in the Repository Navigator and then click Run JasperSever Report. This will execute the report on the Jasperserver and present you the result.

Export button in Crystal Report - no action happens when clicked

I have a web application that uses Crystal Reports 12 to view reports. Reports view successfully, but when I try to export the report to any format (PDF, Excel, etc.), the export button does nothing.
When I copy the report url and enter it in the browser I get a JavaScript error object expected in allinone.js.
Although you did not provide any code, Crystal reports has gotten issues in exporting reports. So I personally recommend getting the latest version.

I need help in crystal report with vb.net 2008

I had been asked to build crystal reports for an application, i used the Microsoft Report Viewer control from the Tools, and could build a report which get data from datasource according to a parameter and view it in the report viewer, i need to know if i'm doing right or not? is this crystal report? and if not where can i find it.
You have to use the Crystal Report Viewer and create Crystal Reports. Microsoft Report Viewer is not the same.