A Arno Au Jan 13, 2006 #1 Hi, how can I print the content of a datagridview in vb 2005? thanks for answers, Arno
C Cor Ligthert [MVP] Jan 14, 2006 #2 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
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
A Aaron Jan 14, 2006 #3 Arno, Try looking at the http://www.codeproject.com/vb/net/datagridex.asp Aaron