OCLOperators opendocumentreportshow
No edit summary
No edit summary
Line 5: Line 5:
or by using the viewmodel expression like
or by using the viewmodel expression like
  self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)
  self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)
See also [[OpenDocument fine tuning]], [[OpenDocument]]
See also [[Microsoft office and OpenDocument as a Report generator]], [[OpenDocument fine tuning]], [[OpenDocument]]

Revision as of 10:59, 22 March 2019

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)  

You supply the name of the viewmodel using either a string, like

self.opendocumentreportshow('myviewmodelname')

or by using the viewmodel expression like

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

See also Microsoft office and OpenDocument as a Report generator, OpenDocument fine tuning, OpenDocument