Skip to main content

%ZEN.Report.Display.COSChart.arrayProvider

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

Property Inventory

Method Inventory

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 methods: OnGetArrayDisplayToLogical(), OnGetArrayGet(), OnGetArrayIsValid(), OnGetArrayLogicalToDisplay(), OnGetArrayLogicalToOdbc(), OnGetArrayNormalize(), OnGetArraySet()
property parameters as %ZEN.Datatype.csv;
Property methods: parametersDisplayToLogical(), parametersGet(), parametersIsValid(), parametersLogicalToDisplay(), parametersLogicalToOdbc(), parametersNormalize(), parametersSet()

Methods

method %DrawToHTML(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
Inherited description: 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
Inherited description: This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.
method GetArray()
method getDimSize(dim) as %Integer
Inherited description: dataSet API Return the number of items in the specified dimension (dim is 1,2, or 3).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab