0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +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

@@ -206,6 +206,7 @@ public:
IPreparedPages* preparedPages();
bool showPreparedPages(PreviewHints hints = PreviewBarsUserSetting);
bool prepareReportPages();
bool printPreparedPages();
signals:
void cleared();
void renderStarted();