Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Base class for all data presentation reports created by the DeepSee Report Builder.
|
|
|
Generate the report and save it to outputfile.
Choices for mode are:
- 0 = XML
- 1 = HTML
- 2 = PDF
- 3 = ToHTML Stylesheet
- 4 = ToXSLFO Stylesheet
- 5 = XSD Schema
- 6 = PrintPS
- 7 = Excel
- 8 = XSLFO
- 9 = ToEXCEL
- 10=xlsx
- 11=TIFF
- 12=pdfprint
- 13=displayxlsx
- 14=fo2pdf
- 15=foandpdf
If log is true, the log file is returned instead of the report
Extracts a value from XPath Result list.
Specify seriesGroup or dataGroup as dataGroup.
Specify comma-separated list for dataFields, (no need for !-prefixes).When plotBy is "series" : the number of series equals the number of dataGroup elements found in the XML.
When plotBy is "item" : the number of series equals the number dataField entries specified.If the dataGroup name is not unique, specify the context using XPath syntax. The default is to match elements of that name anywhere (context="//").
Optionally specify a seriesNameField XPath expression. This is evaluated relative to the dataGroup. If not specified, a default name is generated using the dataGroup and a positional predicate.
Render the contents of this ZEN report.