---
title: Displaying reports on websites
related:
  - https://docs.kentico.com/k12sp/configuring-kentico/working-with-system-reports/creating-reports.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

If you want to display a report on the website or include it on a custom page in the Kentico administration interface, you can use the **Report** web part.

To add a report to your website:

1. Open the **Pages** application.
2. Select the page in the content tree and switch to the **Design** tab.
3. [Add](https://docs.kentico.com/k12sp/developing-websites/developing-websites-using-portal-engine/using-and-configuring-web-parts.md) the **Report** web part.
4. Define the report properties:
   - **Report name** – select the required report.
   - **Display filter** – indicates if a parameter filter should be displayed on the page (if the report has parameters specified).
   - **Enable export** – if enabled, users can export the data displayed in the report's charts and tables to other formats (Excel, CSV or XML). Note that data export is not allowed if it is not enabled for the given graph or table (on the **General** tab of the main reporting interface, select a graph/table from the list and click _... -> Edit_).
   - **Enable subscription** – indicates whether authenticated users are allowed to subscribe to the components (graphs, tables or values) in the displayed report. In addition to this property, subscription also needs to be enabled for the given report (on the **General** tab of the main reporting interface) and the specific graph, table or value. See [Subscribing to reports](https://docs.kentico.com/k12sp/configuring-kentico/working-with-system-reports/subscribing-to-reports.md) for more information.
5. If the selected report has parameters defined, you can display their values by using the **Set parameters** button. However, if the **Display filter** property is enabled, these settings are ignored, since the parameters are configurable on the live site using the filter.
6. Click **Save & Close**.

If you view the page on the live site, the report appears just like on the **View** tab in the **Reporting** application.

## Other web parts

If you only wish to display a certain graph, table or value from the report, use one of the other web parts from the **Reporting** category:

- **Report chart**
- **Report table**
- **Report value**

You must specify the exact chart/table/value in the respective property of the web part. The first list is used to select the report, the second one specifies the chart, table or value.

These web parts are also available as [widgets](https://docs.kentico.com/k12sp/managing-website-content/adding-page-content-through-widgets.md).
