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

Gibt die Rechnungstabelle im RTF Format zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
| InvoiceID | [integer](../../standard-datentypen/integer.md) | InvoiceID |
| NoVat | [integer](../../standard-datentypen/integer.md) | optional: Keine MWST in der Tabelle anzeigen 0 = mit MWST 1 = ohne MWST |

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

RTF text der Tabelle mit den Rechnungspositionen.

### Beispiel

```
Result = CreateInvoiceTable(Li_InvoiceID);
```

### Siehe auch

---
