So far, I have two issues using the service with asp.net
#1.) For duplex printing, I have to use report.Print(settings) which is OK. When I use this, the print dialog goes behind the window in the background causing confusion.
#2.) I have to print a second button to do this. Is there any way to wire the settings I want (duplex in this case) to the print button that is embedded within the StiWebViewer itself?
Thanks.
ASP.NET Issue -> Print Dialog going behind the window and double print buttons
-
- Posts: 4
- Joined: Tue Aug 19, 2008 9:08 am
- Location: Denham Springs, LA
ASP.NET Issue -> Print Dialog going behind the window and double print buttons
Hello.
Here is the topics in which this problem already discussed:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=1508
http://forum.stimulsoft.com/Default.aspx?g=posts&t=1563
In any case report.Print(settings) will work only on server machine. On the client there is no way to print using this command. Printing can be made on the client only using the Browser printing system.#1.) For duplex printing, I have to use report.Print(settings) which is OK. When I use this, the print dialog goes behind the window in the background causing confusion.
Here is the topics in which this problem already discussed:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=1508
http://forum.stimulsoft.com/Default.aspx?g=posts&t=1563
#2.) I have to print a second button to do this. Is there any way to wire the settings I want (duplex in this case) to the print button that is embedded within the StiWebViewer itself?[/qoute]
In any case it would be a printing possible on server only and it is not the solution of the problem.
Thanks.