OCLOperators opendocumentreportasblob
Created by Hans.karlsen on 2019-03-15 · Last edited by Vale.buyondo on 2026-03-07.
OpenDocumentReportAsBlob generates a document using the same rendering engine as a standard report but returns the resulting file content as a return value.
ResultAsBlob := self.opendocumentreportasblob(ReportRoot.ViewModels.ReportingViewmodel)
This operator invokes the OpenDocument report logic on the given ViewModel and returns the resulting report as Blob.
