%ZEN.Report.element
deprecated 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- fieldIsValid()
- nameIsValid()