Page 1 of 1
How to programmatic print report in background?
Posted: Mon Jun 21, 2010 9:56 pm
by seekianshim
Hi,
May I know how to programmatic print report in background?
Can I specified the copies of report being printed if print in background?
Is it user able to continues use the system (webpage) during printing report in background?
Thanks.
How to programmatic print report in background?
Posted: Tue Jun 22, 2010 6:24 am
by Vladimir
Hello,
seekianshim wrote:May I know how to programmatic print report in background?
Can I specified the copies of report being printed if print in background?
You can use report.Print() method for this.
seekianshim wrote:Is it user able to continues use the system (webpage) during printing report in background?
Background printing from web pages is impossible. To print report, please use the following methods of web viewer: PrintToDirect(), PrintToPdf(), PrintToPopupWindow()
Thank you.
How to programmatic print report in background?
Posted: Wed Jun 30, 2010 9:00 pm
by seekianshim
May I know did print in background will be in feature plan?
This is importance for my client to able to print multiple reports in background / silent mode in morning.
I can written window service and auto print the report to my client if Stimulsoft offer print in background.
Thanks
How to programmatic print report in background?
Posted: Thu Jul 01, 2010 1:33 am
by Vladimir
Hello,
Unfortunately, it is not possible to print in the background mode from web. It is prohibited by the browser for security reasons.
Thank you.