printing a dataTable or data from datagridview
-
hi there! I want to know if is possible to print the dataTable or a data from datagridview, I was searching 2 -3 days for this thing, but without any success. Every help will be appreciated. thanks in advance, Laziale
As far as i know, as with all printing you need to do all the work yourself. there is certainly no built in function to print a data table. I assume you must have come across alot to do with printing so start there, but as i say you will have to draw all the info you want to a graphics class instance which is what you will be printing
Life goes very fast. Tomorrow, today is already yesterday.
-
hi there! I want to know if is possible to print the dataTable or a data from datagridview, I was searching 2 -3 days for this thing, but without any success. Every help will be appreciated. thanks in advance, Laziale