ouput paper not fit on legal paper
i design on Legal size paper., FR dot Net 2013.1.5, and display on asp page.
after page display, I click print icon, with "print on browser".
show new asp page with pop-up printer select to print out.
I print output paper Report . but it has not same as design size on Legal.
can not make sure, Previous FR dot net(1.9) look like fit on paper size.
I ask on ticket Tickets | #254577 output paper Report print on browser has not fit on paper setting size
how to solve this case?
Just found alexTz answer on 2009 ,i am not make sure up-to-date.
http://www.fast-report.com/en/forum/index.php?showtopic=5751
but correct is output paper must be right. isn't it?
Thanks
http://www.fast-report.com/en/forum/index.php?showtopic=5751
AlexTZ
Jul 1 2009, 03:58 PM
Post #2
Advanced Member
Group: FR Team
Posts: 2982
Joined: 16-October 03
Member No.: 4
Hello,
It's by design - WebReport can print ONLY to PDF. There is no option to print directly to selected printer, like in WinForms. Possible ways to print from asp.net application:
- print to printer that is accessible to the machine that hosts your asp.net application (server). It can be a network printer, not your local printer. FR does not support that;
- display the report as HTML in the separate browser window and print using browser. In this case, you may get incorrect results because the browser handles printing. FR does not support that, but it is in our todo;
- export to PDF and print using Acrobat. This is most accurate way - we support that.
- install some kind of ActiveX on client machines and run it to print a report. This way is used in the Microsoft Reporting Services, but it work ONLY with IE. We don't plan to support that.
after page display, I click print icon, with "print on browser".
show new asp page with pop-up printer select to print out.
I print output paper Report . but it has not same as design size on Legal.
can not make sure, Previous FR dot net(1.9) look like fit on paper size.
I ask on ticket Tickets | #254577 output paper Report print on browser has not fit on paper setting size
how to solve this case?
Just found alexTz answer on 2009 ,i am not make sure up-to-date.
http://www.fast-report.com/en/forum/index.php?showtopic=5751
but correct is output paper must be right. isn't it?
Thanks
http://www.fast-report.com/en/forum/index.php?showtopic=5751
AlexTZ
Jul 1 2009, 03:58 PM
Post #2
Advanced Member
Group: FR Team
Posts: 2982
Joined: 16-October 03
Member No.: 4
Hello,
It's by design - WebReport can print ONLY to PDF. There is no option to print directly to selected printer, like in WinForms. Possible ways to print from asp.net application:
- print to printer that is accessible to the machine that hosts your asp.net application (server). It can be a network printer, not your local printer. FR does not support that;
- display the report as HTML in the separate browser window and print using browser. In this case, you may get incorrect results because the browser handles printing. FR does not support that, but it is in our todo;
- export to PDF and print using Acrobat. This is most accurate way - we support that.
- install some kind of ActiveX on client machines and run it to print a report. This way is used in the Microsoft Reporting Services, but it work ONLY with IE. We don't plan to support that.