Skip to main content

%ZEN.Report.Display.pagemaster

deprecated class %ZEN.Report.Display.pagemaster extends %ZEN.Report.Display.childrenNode

Specifies the <page-sequence-master> section of the report display that will be placed in the <layout-master-set> to allow the report to process the conditional alternatives defined by the <masterreference> tag definitions.

Property Inventory

Method Inventory

Properties

property ifexpression as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: ifexpressionDisplayToLogical(), ifexpressionGet(), ifexpressionIsValid(), ifexpressionLogicalToDisplay(), ifexpressionLogicalToOdbc(), ifexpressionNormalize(), ifexpressionSet()
property ifxpath as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: ifxpathDisplayToLogical(), ifxpathGet(), ifxpathIsValid(), ifxpathLogicalToDisplay(), ifxpathLogicalToOdbc(), ifxpathNormalize(), ifxpathSet()
property includeColIfExpression as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: includeColIfExpressionDisplayToLogical(), includeColIfExpressionGet(), includeColIfExpressionIsValid(), includeColIfExpressionLogicalToDisplay(), includeColIfExpressionLogicalToOdbc(), includeColIfExpressionNormalize(), includeColIfExpressionSet()
property includeColUnlessExpression as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: includeColUnlessExpressionDisplayToLogical(), includeColUnlessExpressionGet(), includeColUnlessExpressionIsValid(), includeColUnlessExpressionLogicalToDisplay(), includeColUnlessExpressionLogicalToOdbc(), includeColUnlessExpressionNormalize(), includeColUnlessExpressionSet()
property unlessexpression as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: unlessexpressionDisplayToLogical(), unlessexpressionGet(), unlessexpressionIsValid(), unlessexpressionLogicalToDisplay(), unlessexpressionLogicalToOdbc(), unlessexpressionNormalize(), unlessexpressionSet()

Methods

method %DrawPageMasterToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
method %DrawPageToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
method %DrawStyleToHTML(ByRef context As %Library.String, ByRef XSL As %Library.GlobalCharacterStream, delay As %Library.GlobalCharacterStream, SectionName As %Library.String = "") as %Status
method %DrawStyleToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
Inherited description: This method outputs the necessary stylesheet information for the HTML report. Every tag should override this method.
method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
Inherited description: This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab