Export portlet chart, query and result table as HTML & CSV/XLSX

Is there any feature available in grafana to download the following content as HTML/CSV/XSLX, we require below all are in a single report.

  1. Chart
    image

  2. Query (which is used for graph render)
    SELECT
    id
    time,
    quantity,
    units
    FROM metrics
    ORDER BY quantity;

  3. Query result data
    image

Hi @sureshrongalimca

Grafana Enterprise has a reporting feature and API, but it is specific to Grafana Enterprise.