LimeReport
LimeReport copied to clipboard
How to cancel render immediately?
Hi.If i render the report that have lots of pages and take some time,how can i cancel it and let it return immediately?
Hi! You can use report->cancelRender() slot for this task
Hi! I know the report->cancelRender() function, but it's done through signal/slot,so it's asynchronous.For example, if ReportRender::renderBand is called now, it don't return immediate since i call cancelRender,if i close the mainwindow meanwhile which will cause the program crashed. So i think what i need is a synchronous method?
Hi! Unfortunately, limerreport have not another way to stop render process.