Introduction
In this article I am discussing about printing an image as background while printing a ListView or DataGridView.
Step 1 - Create a C# Windows Form Application.
Step 2 - Create a Form with some Textboxes and one ListView.
Step 3 - Create an Image to print as background.
Step 4 - Add image in Project Resources
Project -> Properties -> Resources
Step 5 - Coding
Code to print image as background while printing a ListView or a DataGridView.
Finally you get the printed document like this,
ListView data printed to the background image.