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

Can we export data of reports into other format like in world doc etc?

5 Answers  


hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.

0 Answers  


How to open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?

0 Answers  


What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions)?

0 Answers  


where is the "save data with report" option?

2 Answers  






How do you add a subreport to a report in Crystal Reports?

0 Answers   MindCracker,


How to pass stored Procedure Parameters to the report?

2 Answers  


Are there any limitations in crystal reports?

22 Answers  


Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?

0 Answers  


What all performance improvement techniques used in crystal reports? (Particularly cr xi)?

0 Answers  


How can we improve the performance of a crystal report?

0 Answers  


HI all, I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer. How to show up the two crystal reports in single crystalreportviewer?

2 Answers  


Categories