---
title: "silreporting_setTitle"
canonical: "https://support.appfire.com/space/PSJ/15482322/silreporting_setTitle"
format: markdown
---
> Macro (aura-html)


## Syntax

<span style="color: #3366ff">**silreporting_setTitle(title)**</span>  


## Description

> Macro (excerpt)
> 
> Sets the gadget title.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| title | string | Yes | Title of the gadget. |

## Return type

**boolean**

True if the gadget title was set, false otherwise.

## Example

```
silreporting_setTitle("SIL Reporting Gadget");
```