# OpenDocumentOptions

## Content

# Type Alias: OpenDocumentOptions

```ts
type OpenDocumentOptions = object;
```

## Properties

### dataSetsInfo?

```ts
optional dataSetsInfo: DataSetsInfo[];
```

A list of RDL Data Sets to use with the template

**NOTE:** This won't work with RPX reports

***

### name?

```ts
optional name: string;
```

Name for new report, if not specified default 'Untitled' name will be used

***

### templateInfo?

```ts
optional templateInfo: DocumentTemplate;
```

template info - if it is specified for report creation, either **templateInfo.id** or **templateinfo.content** needs to be defined

***

### type?

```ts
optional type: SupportedDocumentType;
```

Type of the document to create. If not specified RDL report will be created
