i have set
Report->setShowProgressDialog(true);
Report->setPrintVisible(true);
Report->loadFromFile(Formatfile);
Report->printToPDF(sd.fileName());
Report->previewReport();
but only get the preview result and pdf.
There is no the progressdialog pup out.
i have set
Report->setShowProgressDialog(true); Report->setPrintVisible(true); Report->loadFromFile(Formatfile); Report->printToPDF(sd.fileName()); Report->previewReport();
but only get the preview result and pdf. There is no the progressdialog pup out.