Skip to main content

%ZEN.Report.element

class %ZEN.Report.element extends %ZEN.Report.valueNode

Defines an XML element within a ZEN Report.

Property Inventory

Properties

property escape as %ZEN.Datatype.string (VALUELIST = ",xml,none,noneifspace,passthru,html") [ InitialExpression = "xml" ];
escape can be nonspace in which case any text with line-feed or space characters is not XML spaced or none in which case no characters are XML spaced but all are enclosed in CDATA or xml in which case the text is XML escaped
Property methods: escapeDisplayToLogical(), escapeGet(), escapeIsValid(), escapeLogicalToDisplay(), escapeLogicalToOdbc(), escapeNormalize(), escapeSet()
property excelName as %ZEN.Datatype.string;
Property methods: excelNameDisplayToLogical(), excelNameGet(), excelNameIsValid(), excelNameLogicalToDisplay(), excelNameLogicalToOdbc(), excelNameNormalize(), excelNameSet()
property excelNumberFormat as %ZEN.Datatype.string;
if non-null is display number format of element value, only effective when mode="xlsx"
Property methods: excelNumberFormatDisplayToLogical(), excelNumberFormatGet(), excelNumberFormatIsValid(), excelNumberFormatLogicalToDisplay(), excelNumberFormatLogicalToOdbc(), excelNumberFormatNormalize(), excelNumberFormatSet()
property fieldType as %ZEN.Datatype.string (VALUELIST = ",literal,stream") [ InitialExpression = "literal" ];
Property methods: fieldTypeDisplayToLogical(), fieldTypeGet(), fieldTypeIsValid(), fieldTypeLogicalToDisplay(), fieldTypeLogicalToOdbc(), fieldTypeNormalize(), fieldTypeSet()
property filter as %ZEN.Datatype.integer;
When filter is 0, element is skipped
Property methods: filterDisplayToLogical(), filterGet(), filterIsValid(), filterLogicalToDisplay(), filterLogicalToOdbc(), filterNormalize(), filterSet()
property isExcelDate as %ZEN.Datatype.boolean;
True if Excel date field
Property methods: isExcelDateDisplayToLogical(), isExcelDateGet(), isExcelDateIsValid(), isExcelDateLogicalToDisplay(), isExcelDateLogicalToOdbc(), isExcelDateLogicalToXSD(), isExcelDateNormalize(), isExcelDateSet(), isExcelDateXSDToLogical()
property isExcelNumber as %ZEN.Datatype.boolean;
True if Excel numeric field
Property methods: isExcelNumberDisplayToLogical(), isExcelNumberGet(), isExcelNumberIsValid(), isExcelNumberLogicalToDisplay(), isExcelNumberLogicalToOdbc(), isExcelNumberLogicalToXSD(), isExcelNumberNormalize(), isExcelNumberSet(), isExcelNumberXSDToLogical()
property isExcelTime as %ZEN.Datatype.boolean;
True if Excel time field
Property methods: isExcelTimeDisplayToLogical(), isExcelTimeGet(), isExcelTimeIsValid(), isExcelTimeLogicalToDisplay(), isExcelTimeLogicalToOdbc(), isExcelTimeLogicalToXSD(), isExcelTimeNormalize(), isExcelTimeSet(), isExcelTimeXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab