# CreateDocumentOptions

## Content

# Type Alias: CreateDocumentOptions

```ts
type CreateDocumentOptions = 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 of the document. If not specified default 'Untitled' name will be used

***

### template?

```ts
optional template?: DocumentTemplate;
```

Template to use for the document

***

### type?

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

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