OCLOperators opendocumentreportshow
(Created page with "Creates a report and tries to open it opendocumentreportshow(nameOfViewModel)  You supply the name of the viewmodel using either a string, like self.opendocumentreportsho...")
 
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]]

Revision as of 10:58, 22 March 2019

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 OpenDocument fine tuning, OpenDocument

This page was edited 97 days ago on 02/10/2024. What links here