Click here to Skip to main content
15,886,860 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have two datagridview, in first grid contain student Roll No,Name, Class and second grid contain students mark details. I want to print to the two grids in one by one and in single print document. How can i do this. Anyone help me.
Posted
Comments
Sinisa Hajnal 1-Oct-15 6:07am    
Create a report (crystal report, MS report, whatever) and pass them dataset containing both tables. Good luck.
aarif moh shaikh 1-Oct-15 6:27am    
you can use crystal Report, RDLC and itextSharp.dll for it
Member 12003400 1-Oct-15 10:10am    
Create any report. If you don't want user to see report, generate report internally and directly convert into PDF or word and display to user. You can export to excel as well.
Mekalamani 2-Oct-15 0:51am    
Thank You
I just want print the datagridview values. I found how to print single grid at a time. Like that i want to print 2 grids at a time.

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