Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.12 KB

File metadata and controls

37 lines (30 loc) · 2.12 KB
title Printing and Reporting (Visual Basic)
ms.date 07/20/2015
ms.prod .net
ms.suite
ms.technology
devlang-visual-basic
ms.topic article
ms.assetid 92997b65-0279-4889-8db7-32cb6708be9c
caps.latest.revision 6
author dotnet-bot
ms.author dotnetcontent

Printing and Reporting (Visual Basic)

[!INCLUDEvbprvb] 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
Provides an overview of the PrintForm component that enables printing the contents of a form.

How to: Print a Scrollable Form
Explains how to print a scrollable form by using the PrintForm component.

How to: Print Client and Non-Client Areas of a Form
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
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
Explains how to print a basic form by using the PrintForm component.

Deploying Applications That Reference the PrintForm Component
Discusses how to deploy the PrintForm component together with an application.

Adding Printable Reports to Visual Studio Applications
Discusses options available for writing reports.