> 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/es/store-manager/generate-reports/reports-exporting-printing.md).

# Exportar o imprimir informes

## Exportar informes a Excel o PDF

1. Si es necesario, genere el informe.

{% hint style="info" %}
Si el informe contiene columnas agrupadas y lo exporta al formato PDF, no podrá expandir los grupos en el PDF. Si desea ver los datos agrupados en el PDF, expanda los grupos antes de exportarlo a PDF. Los grupos se pueden expandir o contraer en Excel.
{% endhint %}

2. En **Opciones de lista**, haga clic en una de las siguientes opciones:

* Exportar a Excel
* Exportar a PDF

3. Para **Nombre de archivo**, introduzca un nombre de archivo único para el informe, por ejemplo, Informe detallado de ventas MM-DD-AAAA.
4. Vaya a la carpeta donde desea guardar el informe.
5. Haga clic en **Guardar**.

## Imprimir informes

1. Si es necesario, genere el informe.

{% hint style="info" %}
Si el informe contiene columnas agrupadas y desea ver los datos agrupados en el informe impreso, expanda los grupos antes de imprimir el informe.
{% endhint %}

2. En **Opciones de lista**, haga clic en **Imprimir**.
3. (Opcional) Haga clic en **Archivo** y seleccione **Configuración de página**.
4. Seleccione las opciones de página:
   1. En **Tamaño** desplegable, seleccione el tamaño del papel.
   2. En **Orientación**, seleccione Vertical u Horizontal.
   3. En **Márgenes**, ajuste los márgenes según sea necesario.
   4. Haga clic en **Aceptar**.
5. Haga clic en **Imprimir**.


---

# 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/es/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.
