LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: merabi on November 07, 2019, 10:04:34 am
-
Hi Alex.
Can you show me example how to print on multiple printers?
bool printReport(QMap<QString, QPrinter*> printers, bool printToAllPrinters = false);
I don't understand what should I pass as a key in Qmap
-
Hi!
You have to pass the printer's name.
-
Thanks.