datagridview print

  • Thread starter Thread starter Arno Au
  • Start date Start date
A

Arno Au

Hi,
how can I print the content of a datagridview in vb 2005?
thanks for answers,
Arno
 
Arno,

As Ken forever write on this kind of messages "by code".

However don't print the datagridview, print the underlying datasource data.

Be aware the the datagridview is not a kind of excel it is only a control
that represents the data on a screen.

I hope this helps,

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