From 6756e30a924bb24e357ee872ee81424ee4a2c3dd Mon Sep 17 00:00:00 2001 From: Giancarlo Rottoli Date: Fri, 7 Apr 2023 12:56:24 +0200 Subject: [PATCH] Agg. coda SpecialPart a QueueConfig --- NKC_WF/Reports/queueConf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NKC_WF/Reports/queueConf.json b/NKC_WF/Reports/queueConf.json index f28cce5..f29d22d 100644 --- a/NKC_WF/Reports/queueConf.json +++ b/NKC_WF/Reports/queueConf.json @@ -208,5 +208,20 @@ "MarginBottom": "0in", "xmlParam": "EMF4.09in2in0in0in0in0in" } + }, + { + "name": "queueSpecialPart", + "template": "SpecialParts.rdlc", + "printerName": "Microsoft Print to PDF", + "deviceInfoParam": { + "OutputFormat": "EMF", + "PageHeight": "11in", + "PageWidth": "8.5in", + "MarginLeft": "0.5in", + "MarginRight": "0.5in", + "MarginTop": "0.5in", + "MarginBottom": "0.5in", + "xmlParam": "EMF8.5in11in0.5in0.5in0.5in0.5in" + } } ] \ No newline at end of file