0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-24 16:18:04 +03:00

Printing prepared pages has been added

This commit is contained in:
Arin Alex
2019-06-03 22:30:50 +03:00
parent cff2b379d4
commit b3d19d3a67
4 changed files with 14 additions and 0 deletions

View File

@@ -247,6 +247,7 @@ public:
IPreparedPages* preparedPages();
bool showPreparedPages(PreviewHints hints);
bool prepareReportPages();
bool printPreparedPages();
signals:
void pagesLoadFinished();
void datasourceCollectionLoadFinished(const QString& collectionName);