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

hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz

1 Answers  


When looking at the join types in Crystal - what does it mean when you coose Enforce and Enforce To or Enforce From

3 Answers  


Is there a way to export the report formulas, like totals to excel?

3 Answers  


Can we use our own SQL for creating a report?

5 Answers  


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

0 Answers  






hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..

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  


Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?

4 Answers   IBM,


How to write a formula to change a font based upon data ?

2 Answers  


where is the "save data with report" option?

2 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  


Can we use stored procedure for creating the report?

11 Answers   Medreich,


Categories