Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi Tracx,
You could try this client event to ask your webpage to be printed:
<script>
KoolReport.load.onDone(function() {
window.print();
})
</script>
But a user still has to click Ok to print. No web-based application could access local printers and print automatically without user interaction.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo