Printing and Reporting (Visual Basic)
Visual Basic offers several options for printing and reporting. The following topics provide overviews and links to the relevant documentation related to printing and reporting.
In This Section
PrintForm Component (Visual Basic)
Provides an overview of the PrintForm component that enables printing the contents of a form.How to: Print a Scrollable Form (Visual Basic)
Explains how to print a scrollable form by using the PrintForm component.How to: Print Client and Non-Client Areas of a Form (Visual Basic)
Explains how to print both the client and non-client areas of a form by using the PrintForm component.How to: Print the Client Area of a Form (Visual Basic)
Explains how to print the client area of a form by using the PrintForm component.How to: Print a Form by Using the PrintForm Component (Visual Basic)
Explains how to print a basic form by using the PrintForm component.Deploying Applications That Reference the PrintForm Component (Visual Basic)
Discusses how to deploy the PrintForm component together with an application.Adding Printable Reports to Visual Studio Applications
Discusses options available for writing reports.