0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00
Sergey Popovichev 1e8f2f79c7 1.0.1.7
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-08 11:51:58 +03:00
2016-02-17 10:11:00 +03:00
2016-02-08 11:51:58 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00
2016-02-17 10:11:00 +03:00

LimeReport

##How to use it

  1. Build limereport.pro. It will create a limereport shared library
  2. 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

Description
Report generator for Qt Framework
https://limereport.ru
Readme LGPL-3.0 25 MiB
Languages
C++ 97.3%
QMake 1.5%
CMake 1%
IDL 0.2%