Hi ! OK, so I have 7 TextBox, 1 ListView and 1 MaskedTextBox. What i would like to do is print their content. I would like it to print like this...:

Textbox1.text
Label1.text
Textbox4.text
Textbox5.text

"----------------------------------------" (Yeah, i would want to this line..)
ListViewItems
"----------------------------------------"

Textbox6.text
MaskedTextBox.text
Textbox7.text


I would print it on a regular page. How can i do this?