How to programmatic print report in background?

Stimulsoft Reports.NET discussion
Post Reply
seekianshim
Posts: 31
Joined: Mon Jun 07, 2010 7:55 am
Location: Malaysia

How to programmatic print report in background?

Post 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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

How to programmatic print report in background?

Post 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.
seekianshim
Posts: 31
Joined: Mon Jun 07, 2010 7:55 am
Location: Malaysia

How to programmatic print report in background?

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

How to programmatic print report in background?

Post 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.
Post Reply