# ReportInfo

## Content

# Interface: ReportInfo

Describes the report.

## Properties

### displayType

```ts
displayType: ViewMode;
```

The display type of the report.

***

### exports

```ts
exports: ExportTypes[];
```

Export types available for a given report.

***

### galleyModeAllowed

```ts
galleyModeAllowed: boolean;
```

Indicates whether GalleyMode is allowed.

***

### name

```ts
name: string;
```

The name of the report.

***

### parameters

```ts
parameters: ParameterDescriptor[];
```

The parameters of the report.

***

### parametersView

```ts
parametersView: string;
```

Contains layout for custom parameters panel.

***

### sections

```ts
sections: string[];
```

List of report section names

***

### sizeType

```ts
sizeType: SizeType;
```

The size type of the report.

***

### type

```ts
type: ReportType;
```

The type of the report.

***

### viewerType

```ts
viewerType: ViewerType;
```

The preffered type of viewer to use.
