Hello,
in both Wpf and Silverlight there is property
available. In Wpf this works, so i can suppress the print dialog. In Silverlight this has no effect. I took a look into the code and i found that there is no usage of that property in Silverlight. In Wpf the property is used in StiWpfPrintProvider.Print() method.
Code: Select all
public void Print(object printTicketObject, bool showPrintDialog, int fromPage, int toPage, int copies, string printerName)
Is there another way in Silverlight to suppress the print dialog? When will the property ShowDialog work in Silverlight?
Thanks and kind regards
Thorsten Pontow