# Label

![](/files/-MSSKv6PwrUEeI00Sa2J)

A label is a portion of text that can be added to a Report. You should use this Control if you just want to present some text to the user. To add a Label, open in the Design Area, a previously created Report and then select the “Label” button on the Controls Toolbar of Main Window.

### Properties

![](/files/-MSSLfGunNERK8et42HG)

The available options are:

*Common*

* **Name** - Name of the Control. This Name will be used to identify the Control throughout the Project. The name of the Control can only contain letters, digits or underscore (\_).
* **Text** - Text that appears in the report.
* **Description** - Description of the Control. This Description is for your information only, Kalipso does nothing with it.

*Layout*

* **X** - X position of the Control
* **Y** - Y position of the Control.
* **Width** - Width of the Control.
* **Height** - Height of the Control.

*Condition*

* **Condition** - Condition to be verified before displaying the control.

When clicked, a list of conditions already created is accessed. However, you can add more by clicking on the icon on the right. Then a new window appears:

![](/files/-MSSXaTkiBekrwH9RufL)

In the table are the conditions already created and on the right side new conditions can be added or edited.

*Style*

Text

* **Font** - Font of the displayed Text.
* **Size** - Font size of the displayed Text.
* **Font Color** - Font color of the displayed Text.
* **Text Position** - Position of the Text inside the Control. It can be left, center or right.
* **Properties** - Font properties of the displayed Text. As bold, italic, underline and cut.

Border

* **Border** - To set or remove the frame around the Control.


---

# 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.sysdevmobile.com/kalipso5/developing/report/controls/label.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.
