Hi Sirs,
I have a form that a reportviewer is ont it. Then I would like to see that the dialogPrintBox close after printing.
Then see what I wrote into the print event:
printForm1.Form = this;
if (pd.ShowDialog() == DialogResult.OK)
printForm1.PrinterSettings = pd.PrinterSettings;
printForm1.Close();
IsraelPosted Jun 30, 2021, 11:01 PM
Sachin SinghPosted Jun 26, 2021, 7:35 AM
Jignesh KumarPosted Jun 26, 2021, 2:48 AM