Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.Report.launcher

class %ZEN.Report.launcher extends %ZEN.Component.page

This is a ZEN Report Launch Page

Property Inventory

Method Inventory

Parameters

parameter APPLICATION;
Class name of application this page belongs to.
parameter DOMAIN;
Domain used for localization.
parameter PAGENAME;
Displayed name of this page.

Properties

property ReportClass as %String (MAXLEN = 255, ZENURL = "REPORT");
Property methods: ReportClassDisplayToLogical(), ReportClassGet(), ReportClassIsValid(), ReportClassLogicalToDisplay(), ReportClassLogicalToOdbc(), ReportClassNormalize(), ReportClassSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab