Click here to Skip to main content
16,019,272 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi, Now i doing my collage mine project. In this i could structured employee pay slip. Now i want procedure for printout this pay slip.(I m only complete coding part, i dont create any dll in my project).plz guide me.
Thank U................
Posted
Comments
Sergey Alexandrovich Kryukov 17-Nov-11 22:23pm    
Tag it: WPF or System.Drawing, or something else?
("only complete coding part", "don't create any dll" -- not clear, sounds irrelevant)
--SA

1 solution

Use the class System.Drawing.Printing.PrintDocument, http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx[^], see the code sample.

—SA
 
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