Direct Report Printing from Web Application
Hi,
Is there any way, we can implement in Web Report to directly print the Report to default Printer without preview. Sometime different documents like Invoice, Vouchers needs directly to be printed and doings this from Preview, it takes 2-3 clicks before its goes to print. Any idea.
Thanks.
Is there any way, we can implement in Web Report to directly print the Report to default Printer without preview. Sometime different documents like Invoice, Vouchers needs directly to be printed and doings this from Preview, it takes 2-3 clicks before its goes to print. Any idea.
Thanks.
Comments
or google with keyword "kiosk printing"
create a shortcut with target location :
"C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk-printing --allow-running-insecure-content --disable-scripted-print-throttling --disable-gdi-text-printing http://localhost/
in firefox, install 'seamless print' add-ons , no preview window and automatic printing (i tried one year ago, don't know with current version of firefox and seamless print)
1. asp.net code :
FastReport.Web.WebReport wr = new FastReport.Web.WebReport();
wr.SinglePage = true;
2. html page :