What are the advantages or disadvantages of using Crystal
Reports in a Windows Forms application as opposed to say
rolling our own reports as HTML and displaying them in the
Internet Explorer control?

Answers were Sorted based on User's Feedback



What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application a..

Answer / nazer mohamed

Advantages
----------

1. Secure as End user cannot modifiy the data which is
appear in the report if we use crystal report to show the
report but in HTML, user can modify the report data

2. Report layout is not transparent, so that end user will
not know about how we design the report. But in HTML,
anybody can study the report layout and can copy the
technology

3. Can export into different format like PDF, HTML, XML,
etc.,

and many more...

Disadvantages
-------------

1. End user need to have the crystal report viewer in his
PC in order to see the crystal report output. But this can
be overcome if you export the report as PDF/HTML

2. You need to buy Crystal Report license for each pc you
are used to design the crystal report.

3. Must buy the version which allows you to install run
time components in end user PC

and many more...

Is This Answer Correct ?    37 Yes 6 No

What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application a..

Answer / satish atakare

4. Crystal Report is slow as compare to Active Reports
5. If we have 100 pages report then crystal will need to
process all pages and then it shows the output.

Is This Answer Correct ?    30 Yes 9 No

Post New Answer

More Crystal Reports Interview Questions

What does it mean when we get the error message "Invalid report version" when try to open a Crystal Report?

3 Answers  


How do we format field?

4 Answers  


hi... i've two crystal reports one is in D: drive name employee.rpt with 5 textobject and another report is in E: drive name employee.rpt with 15 textobject... now i want to write a program to overwrite the D drives report with E drives reports i.e i want to replace the 5 textobject with 15 textobject.. overwriting the reports while it is executing .. is there any code for it please help me.. its urgent..

0 Answers  


Can we call or add subreport within subreport?

10 Answers  


Where can we find the log file generated when we run a crystal report?

0 Answers  






Is there a size limit to creating a Crystal Report? If I run a statement report for all customers it will crash if there are too many customers. I can print all the statements if I select them in batches, but if trying to print all at once Crystal will crash after a few minutes.

0 Answers  


Explain basic steps required to display a simple report in crystal?

0 Answers  


how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema

0 Answers   CSC,


hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..

0 Answers  


Is there any feature like summing total in crystal report?

11 Answers   HCL, Sonata,


How can we improve the performance of a crystal report?

0 Answers  


how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  


Categories