Under Data & Content → User Reports, the admin panel lists every PDF report generated by a CYPEX application — both interactive reports (rendered from a live page view) and static reports (LaTeX-based), as described in PDF Reports:
Reports
Each generated report shows its File name, the Application Name and Role that produced it, and when it was created. Click the download icon to retrieve the PDF.

Reports are stored in the database — like Files, this keeps them inside the same PostgreSQL backup as the rest of the application, with no separate file-storage backup to manage. The Role column reflects who generated the report, which is useful when auditing who requested what.
To define a new report type or change how one renders, see PDF Reports for the full authoring workflow (Page Editor → report type → layout). To automate report generation on a recurring basis, see Scheduling Jobs.
- PDF Reports — the rendering engine and how to build a report page.
- Scheduling Jobs — generate reports on a schedule.
- Files — the same database-backed storage model.