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
 
Back
Top