> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/generate-reports/reports-exporting-printing.md).

# Export or print reports

## Export reports to Excel or PDF

1. If necessary, generate the report.

{% hint style="info" %}
If the report contains grouped columns and you export it to PDF format, you will not be able to expand the groupings in the PDF. If you want to see grouped data in the PDF, expand the groupings before you export to PDF. Groupings can be expanded or collapsed in Excel.
{% endhint %}

2. Under **List Options**, click one of the following:

* Export to Excel
* Export to PDF

3. For **File name**, enter a unique file name for the report, e.g., Detailed Sales Report MM-DD-YYYY.
4. Navigate to the folder where you would like to save the report.
5. Click **Save**.

## Print reports

1. If necessary, generate the report.

{% hint style="info" %}
If the report contains grouped columns and you want to see grouped data in the printed report, expand the groupings before you print the report.
{% endhint %}

2. Under **List Options**, click **Print**.
3. (Optional) Click **File** and select **Page Setup**.
4. Select page options:
   1. From the **Size** drop-down, select the paper size.
   2. Under **Orientation**, select either Portrait or Landscape.
   3. Under **Margins**, adjust the margins, as required.
   4. Click **OK**.
5. Click **Print**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rmhpos.com/store-manager/generate-reports/reports-exporting-printing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
