printing datagrids

  • Thread starter Thread starter lord.zoltar
  • Start date Start date
L

lord.zoltar

Hi, I'm trying to print the data in a DataGridView object. I'd like to
allow the user to print it to a PDF if they want. I've found some
sample code online, but my question is: would the user be required to
have Acrobat PDF (or some sort of other Adobe component) installed, or
is the ability to print to PDF built in to Windows now?
 
Hi, I'm trying to print the data in a DataGridView object. I'd like to
allow the user to print it to a PDF if they want. I've found some
sample code online, but my question is: would the user be required to
have Acrobat PDF (or some sort of other Adobe component) installed, or
is the ability to print to PDF built in to Windows now?

Actually, I just realized another problem: The sample code I've found
assumes the PDF file already exists. How do I create and write to a PDF
file?

(sample code I'm looking at is here:
http://www.dnzone.com/forum/topic.asp?topic_id=89)

I'm using VB 2005
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top