Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to generate report in c# with 23 pages.What shoid i use.Crystal report, sharp Pdf or any other.What will be better ?plz help...........
Posted
Comments
Sergey Alexandrovich Kryukov 29-Jun-12 3:01am    
"Better" is not defined. Care to define it? :-)
No kidding: it makes no sense.
--SA

Depends on lots of things like available resource, knowledge to work on a report type, feasibility, easiness, etc.

Currently, the two options said by you: Crystal Report & SharpPDF.
SharpPDF is a library to create PDF from objects. Crystal Report is a reporting tool and it have PDF export as one of the feature.

You can also look at SSRS (SQL Server Reporting Services) for reporting.
OR just show your data in a grid!

generate report in c# with 23 pages.
Based on your question, it looks like you don't have much knowledge on reports. Try the simplest route for now:
1. Get whole data in a grid
2. Print the grid in a PDF to present as a report.

Try!
 
Share this answer
 
I wants to display all 23pages as it is.so how todo it.I am new i dont know any reporting tool.plz help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900