OCLOperators opendocumentreportshow
No edit summary
(Automatically adding template at the end of the page.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Creates a report and tries to open it
Creates a report and tries to open it.
  opendocumentreportshow(nameOfViewModel)   
  opendocumentreportshow(nameOfViewModel)   
You supply the name of the viewmodel using either a string, like  
Supply the name of the ViewModel using either a string, like:
  self.opendocumentreportshow('myviewmodelname')
  self.opendocumentreportshow('myviewmodelname')
or by using the viewmodel expression like
or by using the ViewModel expression like this:
  self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)
  self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)
See also [[Microsoft office and OpenDocument as a Report generator]], [[OpenDocument fine tuning]], [[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}}

Latest revision as of 15:42, 10 February 2024

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

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