0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00
This commit is contained in:
Sergey Popovichev
2016-02-17 10:11:00 +03:00
parent 9720c7bc4f
commit 1e8f2f79c7
525 changed files with 35338 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# 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:
1. Build limereport.pro. It will create a limereport shared library
2. In your project connect the limereport library then in source code add:
```C
#include "lrreportengine.h" to add report engine
@@ -15,4 +15,4 @@
report->printReport(); to print report
```
For more samples see a demo\r1
For more samples see a demo