Name nishant
contact 12345
address India
i hv these data in page where left hand side is label text and right hand side data is textbox text. i have a button say print. on click of the print button, i want that these data only should be printed.
Loading
Mayur DighePosted Sep 29, 2011, 11:30 AM
You can do it, you can print these data using following method...
1.Graphics - use DrawString() method.
2.Printer properties - you can print a whole form or some section of form.
3.Crystal Report - pass the current values wrapped in DataTable as the DataSource of CrystalReport