Reports in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

in my current project, I collect lots of information ('formatted' as
structures, linked lists, etc. in my RAM). Now I want to display all this to
the user - best in PDF- Format. Is there any tool/code that does this? What
would you suggest to be the best strategy to solve this?

Thanks
Peter
 
I would use Crystal Reports (which comes with several version of Visual
Studio .NET) to produce the reports and Ghostscript (which is free for
non commercial use) to change the output from postscript to PDF.

HTH

David Williams
 
Hi,

Take a look at PDF N MORE for .NET from www.rarefind.com. This product has
the capability to generate documents in various formats like PDF, HTML, DOC,
Excel, BMP, JPEG, GIF, EMF, WMF and more.

Regards
Kiran


Hi,

in my current project, I collect lots of information ('formatted' as
structures, linked lists, etc. in my RAM). Now I want to display all this to
the user - best in PDF- Format. Is there any tool/code that does this? What
would you suggest to be the best strategy to solve this?

Thanks
Peter
 
Back
Top