# Parameter

## Content

# Interface: Parameter

Describes the parameter value used to run the report.

## Properties

### name

```ts
name: string;
```

The name of the parameter.

***

### values

```ts
values: string[];
```

The value(s) of the parameter.
