Printing options for DataGridView

syedmeesamali

Member
Joined
Jan 16, 2020
Messages
19
Programming Experience
5-10
Hi All,
Does anyone know any methodology to create direct print-out from datagridview. From googling what i found is that it's quite complex process. Is there any package available to dot the same (i.e. nugget package). I have datagridview populated from database and I want to make PDF print of the results in datagridview (page by page basis).
 
There are numerous classes around dedicated to the purpose of printing the contents of a DataGridView. This is just one of them:

 
Back
Top Bottom