Zum Inhalt

GetWordReportBlob (Opus Funktion)

Beschreibung

Gibt ein Word Dokument als Blob zurück.

Converts an RTF content string (as returned by a Word report) into a Word document blob.

Argumente

Name

Typ

Beschreibung

RtfContent

string

RTF String der das Worddokument repräsentiert

Rückgabewert blob

Blob des Word Dokuments

Word document blob created from the RTF content string

Beispiel

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

Siehe auch