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.DataField

class %DeepSee.Report.Model.DataField extends %DeepSee.Report.Model.Node

This class is used by the DeepSee Report Generator.
It represents a data field within a report.

Property Inventory

Parameters

parameter XMLNAME = dataField;
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 sourceProperty as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Name of property in data source that supplies the value for this field.
Property methods: sourcePropertyDisplayToLogical(), sourcePropertyGet(), sourcePropertyIsValid(), sourcePropertyLogicalToDisplay(), sourcePropertyLogicalToOdbc(), sourcePropertyNormalize(), sourcePropertySet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab