Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Print directly datagridview to dotmatrix printer in c#.net ?
Posted
Updated 16-Apr-12 20:57pm
v3
Comments
kishore sharma 16-Apr-12 14:09pm    
Hello you didn't mention whether you are working on asp.net or desktop application please mention then only you will get proper answer.

Please find the article below to print Gridview

Printing a datagridview in C# .NET 2.0[^]
 
Share this answer
 
You can take a look at the DataGridViewExtension which has got printing, exporting and several other features extending the standard DataGridView as given here
http://www.completit.com/Portfolio/DGVE/Features.aspx[^]
A free version of the component is also available, as given here
http://www.completit.com/Portfolio/DGVE/Overview.aspx[^]
I think the above link may be helpful to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900