StiPrinterSettings.ShowDialog has no effect

Stimulsoft Reports.Silverlight discussion
Locked
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

StiPrinterSettings.ShowDialog has no effect

Post by tpontow »

Hello,

in both Wpf and Silverlight there is property

Code: Select all

StiPrinterSettings.ShowDialog
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
Thorsten Pontow

It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: StiPrinterSettings.ShowDialog has no effect

Post by HighAley »

Hello.

Due to Silverlight restriction it's impossible to suppress the print dialog.

Thank you.
Locked