# Viewer.ReportSettings

## Content

# Interface: ReportSettings

[Viewer](../modules/Viewer).ReportSettings

## Table of contents

### Properties

- [ReportName](Viewer.ReportSettings#reportname)
- [ReportParams](Viewer.ReportSettings#reportparams)

## Properties

### ReportName

• **ReportName**: `string`

The name of the report (when referenced from report expressions).

#### Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:23

___

### ReportParams

• **ReportParams**: { `Name`: `string` ; `Value`: [`ParameterVariant`](../modules/Parameters#parametervariant)[]  }[]

Optional parameter values to be passed to a report.

#### Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:25
