Skip to main content

%ZEN.Report.Display.foblock

deprecated class %ZEN.Report.Display.foblock extends %ZEN.Report.Display.childrenNode, %ZEN.Report.Display.tableOutput

Property Inventory

Method Inventory

Properties

property backgroundImage as %ZEN.Datatype.string;
Property methods: backgroundImageDisplayToLogical(), backgroundImageGet(), backgroundImageIsValid(), backgroundImageLogicalToDisplay(), backgroundImageLogicalToOdbc(), backgroundImageNormalize(), backgroundImageSet()
property bottom as %ZEN.Datatype.length;
Property methods: bottomDisplayToLogical(), bottomGet(), bottomIsValid(), bottomLogicalToDisplay(), bottomLogicalToOdbc(), bottomNormalize(), bottomSet()
property field as %ZEN.Datatype.string (XMLPROJECTION = "NONE");
Property methods: fieldDisplayToLogical(), fieldGet(), fieldIsValid(), fieldLogicalToDisplay(), fieldLogicalToOdbc(), fieldNormalize(), fieldSet()
property group as %ZEN.Datatype.string (XMLPROJECTION = "NONE");
Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()
property height as %ZEN.Datatype.length;
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightLogicalToOdbc(), heightNormalize(), heightSet()
property keepCondition as %ZEN.Datatype.string;
keep together on next page if possible
Property methods: keepConditionDisplayToLogical(), keepConditionGet(), keepConditionIsValid(), keepConditionLogicalToDisplay(), keepConditionLogicalToOdbc(), keepConditionNormalize(), keepConditionSet()
property left as %ZEN.Datatype.length;
Property methods: leftDisplayToLogical(), leftGet(), leftIsValid(), leftLogicalToDisplay(), leftLogicalToOdbc(), leftNormalize(), leftSet()
property relativePosition as %ZEN.Datatype.string;
Property methods: relativePositionDisplayToLogical(), relativePositionGet(), relativePositionIsValid(), relativePositionLogicalToDisplay(), relativePositionLogicalToOdbc(), relativePositionNormalize(), relativePositionSet()
property removeEmpty as %ZEN.Datatype.boolean (XMLPROJECTION = "NONE") [ InitialExpression = 0 ];
Property methods: removeEmptyDisplayToLogical(), removeEmptyGet(), removeEmptyIsValid(), removeEmptyLogicalToDisplay(), removeEmptyLogicalToOdbc(), removeEmptyLogicalToXSD(), removeEmptyNormalize(), removeEmptySet(), removeEmptyXSDToLogical()
Property methods: rightDisplayToLogical(), rightGet(), rightIsValid(), rightLogicalToDisplay(), rightLogicalToOdbc(), rightNormalize(), rightSet()
property top as %ZEN.Datatype.length;
Property methods: topDisplayToLogical(), topGet(), topIsValid(), topLogicalToDisplay(), topLogicalToOdbc(), topNormalize(), topSet()
property width as %ZEN.Datatype.length;
Inherited description: Specifies the width of the element within its containing object (page, table cell, etc.)
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthLogicalToOdbc(), widthNormalize(), widthSet()

Methods

method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, incell As %Boolean = 0) 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 = 0) 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