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

deprecatedclass %ZEN.Report.Display.COSChart.arrayProvider extends %ZEN.Report.Display.node, abstractController

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 4


Summary

Properties
OnGetArray applyLevel class composite
defaultSeries htmlstyle id ifexpression
ifxpath includeColIfExpression includeColIfXPath includeColUnlessExpression
includeColUnlessXPath level modelError modelId
parameters readOnly selectstylecond selectstylelist
style stylecall styleparamNames styleparams
tag template unlessexpression width
withinSmallmultiple xmlnamespace xmlnamespaceprefix xpath
xslfostyle

Methods
%AddToSaveSet %ApplyClass %ApplyLevelParameters %ClassIsLatestVersion
%ClassName %ConstructClone %DeclareLevelParameters %DeleteModelInstance
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %DrawToAnnotatedXML
%DrawToHTML %DrawToXSLFO %EndLevel %Extends
%GetAbsoluteURL %GetDataByName %GetModelPropertyList %GetParameter
%GetTypeByName %IncLevel %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteValue %QuoteValueEmbedded %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetDataByName %SetModified
%StyleHTML %StyleXSLFO %ValidateObject ApplyClass
CSPLinkToFileLink CountSpaces DoDocForHTML GetArray
GetDocForXSLFO HTMLStyle OutputId XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType XSLFOStyle
createNewObject deleteId execValidationCode getData
getDataAsArrays getDataAsObject getDataByName getDimSize
getDimensions getError getLabel getModelId
getPropertyName getTypeByName hasData insertAxis
invokeAction isCSPLink isModelReadOnly isPropertyValid
needsURL parent processExclamationPoint qualify
save setData setDataByName setModelId
setProperty tagGet


Properties

• property OnGetArray as %ZEN.Datatype.string;
The method called has three parameters
ByRef tParameters is parameters passed into the call back
Output tMetaData is a $LB list
Output tData is a $LB list
• property parameters as %ZEN.Datatype.csv;

Methods

• method %DrawToHTML(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
This method outputs the necessary stylesheet information for the HTML report. Every tag should override this method.
• method %DrawToXSLFO(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.
• method GetArray()
• method getDimSize(dim) as %Integer
dataSet API Return the number of items in the specified dimension (dim is 1,2, or 3).


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