How we can print the items in Datagrid to MicrosoftWord format?

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

Guest

I have a datagrid which contain purchase Order details..How can i print it to
Word format...when we click the print button...what code we must write in the
print button event?
 
Jijo,

In this case, you will have to create a new word document (through
automation and COM interop) and construct the document yourself, using the
object model to create a table (most likely).

Hope this helps.
 
Back
Top