
I would like make mass printing a project invoices without popup report preview, I would just click print button choose printing source and print all checked invoices.
I have part of code which is responsible for printing source dialog it is method clicked in my new button on ProjInvoiceListPage.
printSettings.printMediumType(SRSPrintMediumType::Printer);
if (SrsReportRunUtil::showSettingsDialog(printSettings))
{
printerNameDestination = SrsReportRunUtil::getPrinterNameDestination(printSettings);
if (printerNameDestination != conNull())
{
how I can print multiple invoices from code using print settings from variable printSettings with settings which I choose in dialog.
*This post is locked for comments
I have the same question (0)