print a dadatable

  • Thread starter Thread starter GKM
  • Start date Start date
G

GKM

I have this problem,

I want to print a datatable...how can I do?

excuse me for the not perfect english.

bye GKM
 
Hi GKM,
Process the rows, datarow by datarow in a for next loop, get the data from
the col(umns), make the printlines and print with the printdocument methode.
I hope this helps a little bit.
Cor
 

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