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.detailHeader

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

This is an example detail header reusable component. A nice enhancement to this would be to make statistic into a list of statistics, with caption attributes. The actual computation of the statistics is accomplished before running the Display transformations.

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 numTransactions as %ZEN.Datatype.string;
Property methods: numTransactionsDisplayToLogical(), numTransactionsGet(), numTransactionsIsValid(), numTransactionsLogicalToDisplay(), numTransactionsLogicalToOdbc(), numTransactionsNormalize(), numTransactionsSet()
property numTransactionsCaption as %ZEN.Datatype.string;
Property methods: numTransactionsCaptionDisplayToLogical(), numTransactionsCaptionGet(), numTransactionsCaptionIsValid(), numTransactionsCaptionLogicalToDisplay(), numTransactionsCaptionLogicalToOdbc(), numTransactionsCaptionNormalize(), numTransactionsCaptionSet()
property seller as %ZEN.Datatype.string;
Property methods: sellerDisplayToLogical(), sellerGet(), sellerIsValid(), sellerLogicalToDisplay(), sellerLogicalToOdbc(), sellerNormalize(), sellerSet()
property sellerCaption as %ZEN.Datatype.string;
Property methods: sellerCaptionDisplayToLogical(), sellerCaptionGet(), sellerCaptionIsValid(), sellerCaptionLogicalToDisplay(), sellerCaptionLogicalToOdbc(), sellerCaptionNormalize(), sellerCaptionSet()
property statistic as %ZEN.Datatype.string;
Property methods: statisticDisplayToLogical(), statisticGet(), statisticIsValid(), statisticLogicalToDisplay(), statisticLogicalToOdbc(), statisticNormalize(), statisticSet()
property statisticCaption as %ZEN.Datatype.string;
Property methods: statisticCaptionDisplayToLogical(), statisticCaptionGet(), statisticCaptionIsValid(), statisticCaptionLogicalToDisplay(), statisticCaptionLogicalToOdbc(), statisticCaptionNormalize(), statisticCaptionSet()
property subtotal as %ZEN.Datatype.string;
Property methods: subtotalDisplayToLogical(), subtotalGet(), subtotalIsValid(), subtotalLogicalToDisplay(), subtotalLogicalToOdbc(), subtotalNormalize(), subtotalSet()
property subtotalCaption as %ZEN.Datatype.string;
Property methods: subtotalCaptionDisplayToLogical(), subtotalCaptionGet(), subtotalCaptionIsValid(), subtotalCaptionLogicalToDisplay(), subtotalCaptionLogicalToOdbc(), subtotalCaptionNormalize(), subtotalCaptionSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab