mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 03:39:48 +03:00
0a16bed24938584cf35ac18c6ce0f9e784412436
LimeReport
##How to use it
- Build limereport.pro. It will create a limereport shared library
- In your project connect the limereport library then in source code add:
#include "lrreportengine.h" to add report engine
#include "lrcallbackdatasourceintf.h" if you want use callback datasources
report = new LimeReport::ReportEngine(this); to create reportengine
report->dataManager()->addModel("string_list",stringListModel,true); to add datasource to report engine
report->loadFromFile("File name"); to load report template file
report->previewReport(); to generate report and preview
report->printReport(); to print report
For more samples see a demo
Languages
C++
97.5%
QMake
1.5%
CMake
0.8%
IDL
0.2%