How do you print a form that includes a datagridview so that form and the entire contents of the datagridview are displayed?
I've tried using the "Visual Basic PowerPacks" PrintForm control, but I can only get it to print the left half of the first 32 lines on only one page.
Ideally, I would like to be able to switch the orientation to landscape, reduce the margins, show each line in full, and have the output span as many pages as necessary.
Any ideas on how I can accomplish this?
I've tried using the "Visual Basic PowerPacks" PrintForm control, but I can only get it to print the left half of the first 32 lines on only one page.
Ideally, I would like to be able to switch the orientation to landscape, reduce the margins, show each line in full, and have the output span as many pages as necessary.
Any ideas on how I can accomplish this?