# 리포트 양식 꾸미기

## 1 개요&#x20;

> 이 페이지에서는 출력양식을 만들기 위해 디자인하는 방법을 설명합니다.

## 2 객체를 선택하고 속성 변경하기

* [페이지 편집 창](/reportmake/report-understand/102.md#2-1)에 있는 모든 객체 (페이지, 밴드, 인쇄구성요소들) 속성들을 가지고 있습니다.&#x20;
* 마우스로 객체를 선택하면 선택된 객체의 속성들이 왼쪽 [속성창](/reportmake/report-understand/102.md#2-3-properties)에 나열됩니다.&#x20;
* 나열된 속성값은 필요에 따라 값을 변경할 수 있습니다.

## 3 크기 조정하기, 위치 이동하기

* [페이지 편집 창](/reportmake/report-understand/102.md#2-1)의 객체 중 [밴드](/reportmake/report-understand/104.md)와 [인쇄구성요소](/reportmake/report-understand/104-1.md) 들은 마우스로 객체를 선택한 다음 크기조절 포인트를 이용해 크기를 조절할 수 있습니다.
* 또, [인쇄구성요소](/reportmake/report-understand/104-1.md)는 위치를 이동할 수도 있습니다. 인쇄구성요소의 이동은 반드시 밴드 내부에서 해야 하며 밴드를 벗어나는 경우 페이지에서 구성요소가 위치한 절대적인 위치에 인쇄되므로 주의하셔야 합니다.


---

# 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://help.ilabs.co.kr/reportmake/report-understand/105.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.
