Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to generate pdf report for the windows application. it includes purchased item details and header details
Posted

You can use a third party pdf generator -
Generate PDFs .NET | C# PDF Library | Free Eval | 100% .NET Code[^]
Foxit PDF Generator for .NET SDK | Foxit Software[^]

Alternately, save the report as a word doc and then export to pdf -
How to convert word document to pdf in C#[^].
 
Share this answer
 
v2
Comments
sibyEntero 14-Jan-16 3:28am    
how to add the 3rd party with my application
Whenever I have needed to do this in the past I have used Crystal Reports, the run-time is available from
[SAP Crystal Reports Runtime].
I do not use the Crystal Report viewer, instead I prompt the User where to save the Report.

Kind Regards
 
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