KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Print button in report? #1482

Open Tracx opened this topic on on Jun 9, 2020 - 3 comments

Tracx commented on Jun 9, 2020

How can i print reports? Is there a way, is there an extra extension i need to add to the package?

David Winterburn commented on Jun 10, 2020

What do you mean by print reports, is it print to PDF or directly to printer, etc?

Tracx commented on Jun 10, 2020

we are already printing to pdf but we would like to also have be able to print directly

David Winterburn commented on Jun 11, 2020

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.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None