Is there any possibility to copy the data from crystal report? - crystal-reports-xi

I Am Using crystal report 9.
Is there any possibility to copy the data from crystal report viewer?
Please suggest.

There are several ways to copy the data from a report in Crystal Reports. I'm not 100% for crystal report 9 however I except it to be the same as in XI:
-Navigate to File (top left of the window) -> Export -> Export Report. At this point there are several options to export the data (pdf, excel, etc.)

Related

Crystal report export to rtf and open with word 2013 reduces image proportion(size) and align to left

when i export my crystal report 13 to rtf format and then open with ms word 2013 , it seems like the document content and image size getting minimised and aligned to left. I noticed that there is no option for export to word 2013 but to 2003,2007 and some other options, what should i do to overcome my problem. Please help anyone to find a solution for this. Thanks in advance.
Crystal is not useable with Office 2013. You should use another reporting tool if you need to embed reports in Word.

How to use subreport across multiple reports or create parent report from subreport?

I have a Crystal Report called MainReport in Visual Studio, which also has a subreport. The contents of the subreport are the header details but now this is required across a couple of other reports.
Is there any way to re-use the subreport across other reports or a way to change it from a subreport to being its own parent report?
Any help would be great!
According to the thread save subreport as an individual report from SAP:
This option is only available in the full version of Crystal Report Designer.
It's not available in the .NET IDE Report designer.
Open the sub report and go to file ---> save subreport as and save the report in any of the location.
now you can use the sub report as the main report or inside any main report.
If this is not your requirement let me know.
As above suggest, this is the only solution. Other wise you just create a new one and then use it as a sub-report to another report.
Good to install Crystal report as per your .net framework or your IDE.

how to open QuickReport in msWord

I’m using Delphi 6 and I need to enable the user to modify a Quick report with WinWord.
How can I export whatever chosen to the quick report to word file ?
Or is there any other way to build reports and export them other than quickreport?
Like third part tools?
thank you
You were probably looking for the QR Design. It is the standalone end-user report designer based on Quickreport. You can either compile it into your application or just distribute it as a standalone, separate application for printing and designing Quickreport reports. For more information about how to get a copy for your Quickreport version contact vendor.
QRDesign Screenshots
QRDesign Feature List

Delphi - how do I export a rave report to Excel

I have a rave report that has 50 pages
I need to generate a PDF report with that has pages 1 to 50 and
generate a excel spread sheet that has pages 1 to page 3
I am using Delphi 2006 Rave reports 6.5 and gnostice v2.5
Question:
How do I export the first 3 pages of the report to excel?
You can't. Rave doesn't support excel directly.
Dump your data to a csv which excel can open.
You can use ESB RaveViewer (free tool)
http://www.esbconsult.com/raveaddons/esbraveviewer.htm

Delphi - How to save multiple Rave reports to one pdf file?

I have multiple rave reports(projects) in the project(the delphi project) and I want to save them all in one pdf file. How can I do it?
While I don't have any real experience with Rave reports, I also had to perform stitching of multiple "pdf" pages to a single pdf document. I ended up using Gnostice PDFToolkit to do the final merge and it works quite well. In my case I was generating multi-thousand page documents, so i'm sure it will fit your needs.
Does Rave already export to PDF? If so then there are a number of libraries that support merging of PDFs programmatically. The main difference between them will be how many files they can merge at once (some support only two and some support merging a full array at once) and how quickly the output is produced.
If Rave doesn't already export to PDF, however, then you'd likely need a printer driver based PDF component. The idea would be to tell Rave to print the report to a named virtual printer, then use the printer driver based component to capture that print job as a PDF. Once you've got the PDF, you can do the merge.
It's been years since I've personally worked with Rave (last time was in the C++Builder/Delphi 6 days) but hopefully this helps. If you need more info just let me know, I worked at Borland for a long time (before they became Embarcadero) and now work with PDF toolkits for developers.

Resources