1

I am having a hard time finding a solution on how to generate PDF files from SQL Server 2008 R2.

I have an existing template where the PDF I want to generate will look exactly the same with my template. But I really don't have an idea on how to start doing this.

I already downloaded a reportviewer because someone told me to use this. By the way, I am using C#.

Please help. Thanks.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
sean
  • 9,198
  • 22
  • 65
  • 80
  • This may be a help. http://stackoverflow.com/questions/10426346/how-to-produce-documents-docx-or-pdf-from-sql-server – Habib Jun 01 '12 at 09:13

1 Answers1

1

You should consider SSRS where exports to versatile documentsformats is supported, pdf included.

Andries
  • 1,547
  • 10
  • 29