Page 1 of 1

ASP.NET Issue -> Print Dialog going behind the window and double print buttons

Posted: Thu Sep 18, 2008 11:14 am
by forestmarie
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

Posted: Fri Sep 19, 2008 3:31 am
by Edward
Hello.
#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.
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.
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.