Printed Event
Posted: Sun Jul 25, 2010 3:46 pm
Hi,
I need to know if the report is printed, I used the follwing command
frm.stiReport1.Printed += new EventHandler(stiReport1_Printed);
frm.stiReport1.Show();
void stiReport1_Printed(object sender, EventArgs e)
{
MessageBox.Show("Printed");
}
but why it's not TRIGERED when the report is printed ?
please tell me how it is used
Thanks
I need to know if the report is printed, I used the follwing command
frm.stiReport1.Printed += new EventHandler(stiReport1_Printed);
frm.stiReport1.Show();
void stiReport1_Printed(object sender, EventArgs e)
{
MessageBox.Show("Printed");
}
but why it's not TRIGERED when the report is printed ?
please tell me how it is used
Thanks