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 datasourcesreport=newLimeReport::ReportEngine(this);tocreatereportenginereport->dataManager()->addModel("string_list",stringListModel,true);toadddatasourcetoreportenginereport->loadFromFile("File name");toloadreporttemplatefilereport->previewReport();togeneratereportandpreviewreport->printReport();toprintreport
For more samples see a demo\r1
Description
Fork of LimeReport. Used to propose changes to upstream.