Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

reporter footer contents are move depend the page footer values...........

2 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  


How to pass stored Procedure Parameters to the report?

2 Answers  


How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)

9 Answers   CSC, ERS, Jupiter,


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,


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

3 Answers  


Is there any feature like summing total in crystal report?

11 Answers   HCL, Sonata,


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

3 Answers  


Can we use our own SQL for creating a report?

5 Answers  


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

2 Answers  


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

0 Answers  


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  


Categories