OCLOperators opendocumentreportshow
m ((username removed) (log details removed): Moving to Documentation namespace)
(Automatically adding template at the end of the page.)
Line 7: Line 7:
See also: [[Microsoft office and OpenDocument as a Report generator|Microsoft Office and OpenDocument as a Report generator]], [[OpenDocument]]
See also: [[Microsoft office and OpenDocument as a Report generator|Microsoft Office and OpenDocument as a Report generator]], [[OpenDocument]]
[[Category:OCLOperators]]
[[Category:OCLOperators]]
{{Edited|July|12|2024}}

Revision as of 15:42, 10 February 2024

This page was created by Lars.olofsson@mdriven.net on 2019-03-22. Last edited by Stephanie@mdriven.net on 2025-01-31.

Creates a report and tries to open it.

opendocumentreportshow(nameOfViewModel)  

Supply the name of the ViewModel using either a string, like:

self.opendocumentreportshow('myviewmodelname')

or by using the ViewModel expression like this:

self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)

See also: Microsoft Office and OpenDocument as a Report generator, OpenDocument