Printing - Exporting Web Reports

Hello Every one, I wonder if anyone knows how to export to csv or pdf A custom report and could provide me with some pointers or point me to the correct documentation.

if the report is an “out of the box” bigfix report, then the exporting to csv or pdf works fine, but if the report is a custom report that I wrote and requires user input, then exporting does not work properly as the report always shows the input require and the button to run the report but not the actual results.

I have been able to create the reports and the operators can see the result, but the exporting to csv or pdf still not possible.

what am I missing?

If your custom reports use something like DataTables, then DataTables can do the export for you.

There might be a Javascript library that could be used generically for this.

Seems like this could be related: Exporting Web Reports as PDF issue