PrintPreviewDialog Control With DataGridView In Winforms Or Windows Forms Application Using C# And Vb.net
In this post i'm explaining how to use printpreviewdialog with C# and vb.net to preview before printing datagridview in windows forms application.
Drag and place one printPreviewDialog control on the page, open it's
property window and assign document to be previewed (printdocument1) to
it's document property or assign it in code behind.
you...