Skip to main content

Demo.ZENReports.MessageReport

class Demo.ZENReports.MessageReport extends %ZEN.Report.reportPage

Demo.ZENReports.MessageReport

Property Inventory

Method Inventory

Parameters

parameter APPLICATION;
Class name of application this report belongs to.
parameter DEFAULTMODE = pdf;
Specifies the default display mode used for this report if the URL parameter, $MODE, is not present.
parameter REPORTXMLNAMESPACE;
This is the optional XML namespace used for the report.

Properties

property Units as %ZEN.Datatype.string (VALUELIST = ",DAYS,HOURS", ZENURL = "UNITS") [ InitialExpression = "DAYS" ];
Property methods: UnitsDisplayToLogical(), UnitsGet(), UnitsIsValid(), UnitsLogicalToDisplay(), UnitsLogicalToOdbc(), UnitsNormalize(), UnitsSet()
property Value as %ZEN.Datatype.float (ZENURL = "VALUE") [ InitialExpression = "-1" ];
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

method GetMessages(ByRef pSC, ByRef tParams)

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab