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.
Related
I'm new to Crystal Reports, and I have a SQL report that previously has been run in SMSS by the person in my position and e-mailed out on demand. I'd like to put it in Crystal Reports so users can run when needed; Crystal Reports is integrated with our EHR system. The report has way too many columns to fit on a page which sets the user up for complaints when the report doesn't print correctly. I'm wondering if there's some way that I can set a parameter or similar that prompts the user for an e-mail address and Crystal Reports then e-mails the report as a spreadsheet/csv file versus displaying it for print. Could a python program be triggered in some way and thus bypass CR? Is this possible in any way?
Yes, this is possible via the Crystal Reports runtime. Or consider getting one of the 3rd-party Crystal Reports automation tools listed here.
Can anyone help me with my query.
How to freeze the header part of Crystal Reports 2008 in the crystal report viewing time.
(the header part should be always displayed while the user scrolls down on the report).
I can't find any option for this.
Thanks.
Domdew
There is no way to achieve that in Crystal alone. But there are ways around that limitation.
For example, you can export the data from Crystal to Excel and freeze panes in Excel.
Or you can export the data from Crystal to a web grid.
There are 3rd-party Crystal Reports utilities that can automate these options.
Using SAP Crystal Reports Designer, I developed a receipt for POS Printer. The report uses the UFL function that SAP B1 provides for example :
SAPB1CRDecryptAndMaskGenerate ({RCT3.CrCardNum}, 0).
When viewed in SAP CRYSTAL REPORTS Designer or even in Visual Studio, everything works. But when you run SAP CRYSTAL REPORTS Runtime(x64) from under the SAP Business ONE(x64) client, an error occurs
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
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