# 리포트 디자인에서 테두리 변경 방법

## Q 문의&#x20;

* 리포트 양식의 각 메모 칸의 테두리를 각자 변경하는 방법이 있나요?

## A 답변&#x20;

* 리포트 양식의 각 메모 칸의 테두리를 변경하는 방법은 두 가지가 있습니다.

{% hint style="info" %}
아래 링크 매뉴얼 리포트 디자인 화면의 기본적인 사용법을 참고 후에 진행하는 것을 추천합니다.

[리포트 디자인 화면 도움말](https://help.ilabs.co.kr/reportmake/1./101.#undefined-4)
{% endhint %}

### 1 도구 모음(Alignment Palatte)을 통한 방법

![Alignment Palatte(도구모음)을 통한 선모양 변경](/files/-LBUwccQazjPDjsX6mtu)

**①** 테두리를 수정할 메모 칸을 선택

**②** 원하는 라인의 칸을 선택하여 수정

{% hint style="success" %}
녹색 박스의 도구 모음을 이용할 경우 각 테두리의 선 굵기나 스타일을 따로 수정할 수 있습니다.&#x20;
{% endhint %}

### 2 속성(Object Inspector)을 통한 세부적인 설정 방법

> 도구 모음에서 테두리를 적용하고 세부 설정이 필요한 경우 사용합니다.

![Object Inspector 속성의 Frame을 이용한 개별적인 선모양 설정](/files/-LBV2JvIrPg0dw-25oBn)

1\. 메모 칸을 선택하면 리포트 디자이너 화면 좌측 Properties에 세부적인 설정이 나타납니다.

2\. Frame 속성을 찾아 `➕` 버튼을 클릭하여 각 테두리의 스타일을 변경합니다.

| 속성명        | 설명        |
| ---------- | --------- |
| BottomLine | 프레임의 하단 선 |
| LeftLine   | 프레임의 좌측 선 |
| RightLine  | 프레임의 우측 선 |
| TopLine    | 프레임의 상단 선 |
| Typ        | 프레임의 모든 선 |

* 수정할 프레임의 선을 `➕` 버튼을 클릭하여 선 **Color(색깔)**, **Style(선모양)**, **Width(굵기)** 등을 조정합니다.

{% hint style="info" %}
각 속성의 기본값은 아래와 같습니다. 설정을 되돌리고 싶다면 참고해주세요.

* Color : clBlack
* Style : fsSolid
* Width : 0.1
  {% endhint %}


---

# 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/faq/03/03-020.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.
