targetFrame

The frame in which the report is displayed if contentDisposition=inline.

You can define the following:

  • If undefined, the report is opened in the current worker window.
  • If set to the name of a window, the report is opened in the respective window.
  • If set to _blank, the report is opened in a new window (or browser tab, depending on the browser settings).
  • If set to CreateNewTab, the report is opened in a new tab in Aurea CRM.Web.
  • If set to ReUse("MyTabName"), the report is opened in the specified tab of Aurea CRM.Web.

To display a report in a form, use the FormFrame widget. Use the widget's name parameter to specify a name for the iframe where you want to display the report, e.g. "myIframe". In the action definition, e.g. for a button on the form, define targetFrame = myIframe.