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?

ZENApp.CompositeReport.reportFooter

class ZENApp.CompositeReport.reportFooter extends %ZEN.Report.Display.composite

This component just presents a simple name-value pair. The reason that this is called a footer, is that the report Display XML should be as human readable as possible when using the composite paradigm. Further, a separate custom group component could be used to enforce that certain report components are place in a particular type of report.

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/zen/report/display/2.0/sample;
Inherited description: XML namespace used for Zen Report display definitions.

Properties

property caption as %ZEN.Datatype.caption;
Inherited description: Short-hand property to specify the elements caption within the table's header row.
Property methods: captionDisplayToLogical(), captionGet(), captionIsValid(), captionLogicalToDisplay(), captionLogicalToOdbc(), captionNormalize(), captionSet()
property information as %ZEN.Datatype.string;
Property methods: informationDisplayToLogical(), informationGet(), informationIsValid(), informationLogicalToDisplay(), informationLogicalToOdbc(), informationNormalize(), informationSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab