How can i download my reporting interface page on a click of a button is there any possible way ?

1. My requirement is that users can be able to download the reporting interface as pdf using a click of a button. 
2. Also if there is any way to export my reporting data in excel (my reporting interface contains- counts of events, dropdowns and charts like- column chart, pie chart, bar chart, etc.)

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    My requirement is that users can be able to download the reporting interface as pdf using a click of a button. 

    This is not possible.
    You need to create a generic template and feed data from the UI to create a PDF, but exporting the exact visible interface as a PDF is not possible.
    However, users can do this manually by clicking Ctrl + P (Windows) to export as PDF -> you can add instructions on the UI.

    Also if there is any way to export my reporting data in excel (my reporting interface contains- counts of events, dropdowns and charts like- column chart, pie chart, bar chart, etc.)

    You can export data in excel but visual charts and pie directly is not possible.

Reply
  • 0
    Certified Lead Developer
    My requirement is that users can be able to download the reporting interface as pdf using a click of a button. 

    This is not possible.
    You need to create a generic template and feed data from the UI to create a PDF, but exporting the exact visible interface as a PDF is not possible.
    However, users can do this manually by clicking Ctrl + P (Windows) to export as PDF -> you can add instructions on the UI.

    Also if there is any way to export my reporting data in excel (my reporting interface contains- counts of events, dropdowns and charts like- column chart, pie chart, bar chart, etc.)

    You can export data in excel but visual charts and pie directly is not possible.

Children
No Data