Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
I see, the SubReport has "updating"
and "updated"
event which you can register to add custom image. On "updating"
, you may show loading image and on "updated"
event, you can turn off it.
<script type="text/javascript">
subReport.on("updating",function(){
console.log("The subreport is preparing to update");
});
subReport.on("updated",function(){
console.log("The subreport is updated");
});
</script>
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo