Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Report] >  [Display] >  [common]
Private  Storage   

deprecatedclass %ZEN.Report.Display.common extends %RegisteredObject, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3 4


Summary

Properties
composite id

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%QuoteValue %QuoteValueEmbedded %QuoteValueL10N %RemoveFromSaveSet
%SerializeObject %SetModified %ValidateObject XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
%ZEN.Report.Display.COSChart.caxis %ZEN.Report.Display.controller %ZEN.Report.Display.parameter

Parameters

• parameter NAMESPACE = "http://www.intersystems.com/zen/report/display";
XML namespace used for Zen Report display definitions.
• parameter XMLFORMAT = "Literal";
If XMLFORMAT="Literal", then only support for literal format import and export is generated.

Properties

• property composite as composite(XMLPROJECTION="none") [ Final ];
For components that are created as part of a composite(template component, this is a link to the composite that contains this object. Applications should not set this property.
• property id as %ZEN.Datatype.string;
This is a unique identifier that is used to distinguish this object from other objects within the same Zen Report Display.
You can find an object with a given id value using the node object's getComponentById method.

Methods

• classmethod %QuoteValue(pValue As %String)
Take a value string and return a quoted string.
• classmethod %QuoteValueEmbedded(pValue As %String)
• classmethod %QuoteValueL10N(pValue As %String)
Take a value string and return a quoted string wrapped within a $$$Text macro.
If value starts and ends with #( )#, then return an expression


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.