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?

%DeepSee.Report.Model.Table

class %DeepSee.Report.Model.Table extends %DeepSee.Report.Model.Stylable

This class is used by the DeepSee Report Generator.
It represents a table used in the Report Display

Property Inventory

Parameters

parameter XMLNAME = table;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property elements as list of Element (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: elementsBuildValueArray(), elementsCollectionToDisplay(), elementsCollectionToOdbc(), elementsDisplayToCollection(), elementsGet(), elementsGetObject(), elementsGetObjectId(), elementsGetSwizzled(), elementsIsValid(), elementsOdbcToCollection(), elementsSet(), elementsSetObject(), elementsSetObjectId()
property groupOverride as %String (XMLNAME = "group-override", XMLPROJECTION = "attribute");
Property methods: groupOverrideDisplayToLogical(), groupOverrideGet(), groupOverrideIsValid(), groupOverrideLogicalToDisplay(), groupOverrideLogicalToOdbc(), groupOverrideNormalize(), groupOverrideSet()
property orient as %String (XMLPROJECTION = "attribute") [ InitialExpression = "col" ];
Set of elements within this table.
Property methods: orientDisplayToLogical(), orientGet(), orientIsValid(), orientLogicalToDisplay(), orientLogicalToOdbc(), orientNormalize(), orientSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab