# 리포트 위 첨자, 아래 첨자 사용 방법

## Q 문의

* &#x20;위 첨자, 아래 첨자는 어떻게 쓰나요? 1, 2, 3, 4 이런 숫자 말고 글자들도 위 첨자로 쓸 수 있나요?

## A 답변

* 답변 드리겠습니다.

1\. 첨자를 사용할 메모 컨트롤을 선택합니다.

2\. 리포트 디자이너 화면 좌측 Properties 영역에서 AllowHTMLTags 속성을 찾습니다.

3\. 기본적으로 False로 설정되어있습니다. 이 값을 True로 변경합니다.\
※ 해당 메모 컨트롤에서 HTML Tag 몇 가지를 사용할 수 있습니다.

![Properties → AllowHTML Tag](/files/-L9sMXBCqFcbh0RVDqh0)

4\. \<sup> \</sup> 태그로 내용을 감싸서 메모 칸에 직접 입력 하시면 됩니다.

5\. 리포트 디자이너에서 입력한 모습과 실제 출력 시의 모습입니다.

![메모 컨트롤 수정 창](/files/-L9sMXBPgURp79foSUb1)

![리포트 출력 시 결과](/files/-L9sMXBSWdAuo18RqEY6)

{% hint style="info" %}
위 첨자 : \<sup>위 첨자 내용\</sup>

아래 첨자 : \<sub>아래 첨자 내\</sub>
{% 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-007.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.
