Alexander Arin
Alexander Arin
I think the simplest way to build limereport dll in your case is - just comment 36-43 lines ``` $$PWD/lrglobal.h \ $$PWD/lrdatasourceintf.h \ $$PWD/lrdatasourcemanagerintf.h \ $$PWD/lrreportengine.h \ $$PWD/lrscriptenginemanagerintf.h \ $$PWD/lrcallbackdatasourceintf.h...
Hi! The develop version practically ready for merging to the master branch :), but i want to create some documentation about new version and it will take some time :(
Hi Your Datasource looks right. Perhaps the problem is how You use it. There are several ways to add fields on a band. 1. Drag & Drop the field from...
```callbackDatasource = report->dataManager()->createCallbackDatasource( "my_report" );``` After calling this method the "my_report" datasource should appear in Data Browser You can see how to create and use callback datasource in the demo_r1...
Yes, at the moment designer is embedded in the application; report->designReport() run it; You also can use Designer to do a report but in this case you have to manually...
Yes, i`m going to separate the render and the designer becouse you not alone in this request. But in my opinion it's very convenient to have ability to preview report...
I'll think about it :) >If I don't create the data source and set it as the datasource on the data band it doesn't work properly. The data band's datasource...
Hi! I have created function as you described in the init script without any problem. (no pass error is happend) And this function i can use in TextItem's script as...
Hi! You can use report->cancelRender() slot for this task
Hi! Unfortunately, limerreport have not another way to stop render process.