OCLOperators opendocumentreportshow
No edit summary
No edit summary
Line 3: Line 3:
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:
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|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]]

Revision as of 08:15, 9 May 2023

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 97 days ago on 02/10/2024. What links here