# 페이지 보고서

페이지 보고서는 RDL 보고서와 유사한 보고서 유형이며, RDL 보고서와 달리 페이지보고서의 페이지는 실행했을 경우와 디자인했을 경우 정확히 일치합니다. 즉, 기존의 종이 보고서와 같은 서식을 만들 경우 적합합니다.

## 페이지 보고서&#x20;

페이지 보고서는 다중 페이지 디자인 패턴을 지원하며 구성 요소의 확장 영역을 제어할 수 있습니다. 이렇게 하면 구성 요소 확장으로 인한 레이아웃 변경에 대해 걱정할 필요 없이 보고서 페이지당 레이아웃 및 콘텐츠를 정확하게 디자인할 수 있습니다.

페이지 보고서의 페이지 레이아웃은 디자인 타임과 정확히 일치하며 각 구성 요소의 위치와 크기는 변경되지 않으며 재무 문서, 은행 명세서 및 기타 형식의 엄격한 보고서를 디자인하는 데 사용되는 것과 같은 기존의 종이 보고서 형식을 만드는 데 적합합니다.<br>

<figure><img src="/files/6tiH4F6zCautAgn2wWkf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/components/report/summary/pagereport.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
