Skip to content

DevExpress-Examples/reporting-winforms-print-report-in-dot-matrix-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - How to Print a Report on a Dot Matrix Printer

This example shows how to print a report on a dot matrix printer. First, the report is exported to CSV format and saved to a temporary file in the current application directory. Then the Process.Start method initiates the printing process. In this example, the verb "Print" is assigned to the ProcessStartInfo.Verb property of the ProcessStartInfo instance passed to the Process.Start method.

Files to Review

Documentation