0

For print c# filled form which code used?

i m beginner level programmer. i need help! when i click on button on the form of c# software. the document go for print.

28th Apr 2018, 2:27 AM
Faizan Ashraf
Faizan Ashraf - avatar
1 Answer
+ 3
The Microsoft documentation contains several examples on how to print a document or how to use the print dialog. https://msdn.microsoft.com/en-us/library/system.windows.forms.printdialog.document(v=vs.110).aspx https://msdn.microsoft.com/es-es/library/system.drawing.printing.printdocument(v=vs.110).aspx If you want to print a report that your program generates, you should specify which tool you are using to make the reports.
28th Apr 2018, 4:23 AM
Mickel
Mickel - avatar