This topic has not yet been rated - Rate this topic

ReportViewer.PrintDialog Method

Displays the Print dialog box.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
public void PrintDialog ()
public void PrintDialog ()
public function PrintDialog ()

Calling this method while the report is being rendered in the control causes an InvalidOperationException to be thrown.

private void button1_Click(object sender, EventArgs e)
{
   reportViewer.PrintDialog();
}
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.