Invisible "Preparing Report" Window

Stimulsoft Reports.NET discussion
Post Reply
overcrash
Posts: 11
Joined: Thu Aug 21, 2008 3:09 pm
Location: Ir

Invisible "Preparing Report" Window

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Invisible "Preparing Report" Window

Post by Vital »

Hello,

You can use following code:

Code: Select all

report.Render(false);
report.Print();
Thank you.
overcrash
Posts: 11
Joined: Thu Aug 21, 2008 3:09 pm
Location: Ir

Invisible "Preparing Report" Window

Post by overcrash »

thanks a lot
Post Reply