> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/preguntas-frecuentes/panel-de-control/como-imprimo-reportes.md).

# ¿Cómo imprimo reportes?

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-MSrKEiQbyrG61wfM7_U%2F-MSrLpeBC7qswGFGgo73%2FScreen%20Shot%202021-02-06%20at%209.38.55%20AM.png?alt=media\&token=af510688-7799-4b0f-8be5-c5db9b6cf927)

Para imprimir el listado de algún reporte simplemente debe ir al reporte que desee imprimir y presione las teclas `CTRL + P` en **Windows** o `CMD + P` en **Mac**.

Luego de presionar la combinación de teclas, en la vista previa de la impresión verá que el formato cambia y se ajusta a un formato de impresión.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-Lq2hL95EFAongtlMTV7%2F-Lq2opWI9On_8JTd3Bb1%2FScreen%20Shot%202019-09-30%20at%2016.16.53.png?alt=media\&token=8ef4acdc-1fba-4b3a-8886-2fe5a5e60550)

{% hint style="info" %}
Si el texto de la tabla es muy grande haciendo que las columnas se desorganicen, reduzca el zoom de impresión y la información se verá mucho más ordenada.
{% endhint %}

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-Lq2hL95EFAongtlMTV7%2F-Lq2pKsu2ygnaRRxpYtX%2FScreen%20Shot%202019-09-30%20at%2016.20.49.png?alt=media\&token=f57c0928-7290-4bc5-b7e2-0ddf255ae912)

## Ocultar información en la impresión

{% content-ref url="/pages/t0LLS4LE0cGfhiPBxr9v" %}
[¿Cómo oculto información en los listados de reportes?](/encom-docs/preguntas-frecuentes/panel-de-control/como-oculto-informacion-en-los-listados-de-reportes.md)
{% endcontent-ref %}


---

# 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://encom-1.gitbook.io/encom-docs/preguntas-frecuentes/panel-de-control/como-imprimo-reportes.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.
