Page 1 of 1

Invisible "Preparing Report" Window

Posted: Fri Aug 22, 2008 4:04 am
by overcrash
How can I change visibility of Preparing Report Window to false?
I use Print(false) method for print report without any alert or windows but "Preparing Report" come up.

Invisible "Preparing Report" Window

Posted: Fri Aug 22, 2008 4:34 am
by Vital
Hello,

You can use following code:

Code: Select all

report.Render(false);
report.Print();
Thank you.

Invisible "Preparing Report" Window

Posted: Fri Aug 22, 2008 7:34 am
by overcrash
thanks a lot