here is simple example i neet to accomplish i have DataGridView called alyGrid and i have buttong and this Datagrid populated some simple rows ,,, how can i can make a print doucment object to handle printing this rows exactly when i push the button ,
i try to look for that in msdn but no one help me exactly as i want i hope somebody help me please
Loading
Hesham HemdanPosted Sep 5, 2009, 8:56 PM
thanks anyway
Hesham HemdanPosted Sep 5, 2009, 6:05 PM
Master BillaPosted Sep 4, 2009, 12:27 PM
A simple sample code here
http://www.c-sharpcorner.com/UploadFile/mgold/HowToPrintaDataGridinCsHARPand.NET11212005060838AM/HowToPrintaDataGridinCsHARPand.NET.aspx
thank you
Roei BarPosted Sep 4, 2009, 8:07 AM
i think this is the application you need
http://www.codeproject.com/KB/printing/PrintingOfDataGridView.aspx
its the exact application that you asked for
use it as base for your application
good luck