Preview window for BPS reports, including controls for zoom, paging, printing, creating pdf etc. More...
#include <bpsreportpreview.h>
Public Member Functions | |
| BpsReportPreview (BpsReport *aReport, BpsSettings *aSettings, const QString &aSid, QWidget *aParent=0) | |
Preview window for BPS reports, including controls for zoom, paging, printing, creating pdf etc.
| BpsReportPreview::BpsReportPreview | ( | BpsReport * | aReport, |
| BpsSettings * | aSettings, | ||
| const QString & | aSid, | ||
| QWidget * | aParent = 0 |
||
| ) |
| [in] | aReport | The report to display. It must be loaded in advance. |
| [in] | aSettings | Settings base path opened to load/save the printer in group aSid. |
| [in] | aSid | A unique serial ID, used for saved settings. Usually this is a combination of application name and a key, for example "articles_1134". |
| [in] | aParent | The parent widget. |