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