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
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 |
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 |
reporter footer contents are move depend the page footer values...........
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!!!!!!!!!!
How to pass stored Procedure Parameters to the report?
How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)
If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?
Is there a way to export the report formulas, like totals to excel?
Is there any feature like summing total in crystal report?
What does it mean when we get the error message "Invalid report version" when try to open a Crystal Report?
Can we use our own SQL for creating a report?
How to write a formula to change a font based upon data ?
Where can we find the log file generated when we run a crystal report?
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..
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)