Alexander Arin
Alexander Arin
Hello! Honestly, I have no idea how to fix the number of items on the page :) Maybe a fixed item size can help (just divide page size by needed...
Hi! I can't reproduce the problem Could you show me a code of how you use limereport?
It looks like all right with your code but something wrong with the report file. Could you change your code like this? ``` c++ QString reportName = "C:/Test/Test Report.lrxml"; if...
I'm very surprised. I have checked the attached template and for me, limereport shows a preview without any problem. Could you check if the demo_r1 will show the report?
You can check it, just call report->previewReport();
@Joyker Even if you just put some TextItem with some text and run preview?
@Joyker If I understand you right, you built the demo_r1 and it works as expected, but your own project not?
@ArsMasiuk, @Joyker, could I ask you to check somesthig like this ``` report->designReport(); report->previewReport();``` will it show preview window?
@Joyker You can look at demo_r1 ("oneSlotDS").
@Joyker Could you explain to me where are you sticking? Using "OneSlotDs" approach you can provide any type of data to limereport. ``` c++ void MainWindow::slotOneSlotDS(LimeReport::CallbackInfo info, QVariant &data){ QStringList...