---
title: "GetWordReportBlob (Opus Funktion)"
---
### Beschreibung

Gibt ein Word Dokument als Blob zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../../standard-datentypen/string.md) | RTF String der das Worddokument repräsentiert |

### Rückgabewert [blob](../../../standard-datentypen/blob.md)

Blob des Word Dokuments

### Beispiel

```
EmailAttachments[0] = GetPdfFromRtf(GetWordReportBlob(CreateReport(20074,[ID+0],"SSP_Address",0)));
```

### Siehe auch

---
