Print in datagrid

san monte

Member
Joined
Sep 8, 2005
Messages
17
Programming Experience
Beginner
I am new to this site.
I am facing a problem related to VB.NET. There is a Print Button in my form and when i click on this button all the records in the datagrid will print in a well format.
If anybody know the answer Please replay soon.
 
Try using this custom DataGrid, which supports printing directly. It inherits System.Windows.Forms.DataGrid so switching would just need a Find and Replace once you have added the required reference to your project.
 
Back
Top