Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 2.37 KB

File metadata and controls

29 lines (18 loc) · 2.37 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)