Exemplo n.º 1
0
 public PrinterJob CreateReport(ReportType reportType, ListDictionary reportParameters, int copies)
 {
     return(SafeCall(
                () => _interactionChannel.CreateReport(reportType, reportParameters, copies),
                _printingCallProperties,
                null));
 }
Exemplo n.º 2
0
 public PrinterJob CreateReport(ReportType reportType, ListDictionary reportParameters, int copies)
 {
     return(_localScannerChannel.CreateReport(reportType, reportParameters, copies));
 }