hola
pero no evaluaste poner mas lineas de codigo
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
{
e.Graphics.DrawString(txtNombre.Text, new Font("Times New Romans", 14, FontStyle.Bold), Brushes.Black, new PointF(100, 100));
e.Graphics.DrawString(TextBox2.Text, ...);
e.Graphics.DrawString(TextBox3.Text,....);
}
agregas lines para los otros textbox
saludos
Leandro Tuttini
Blog
MVP Profile
Buenos Aires
Argentina