Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This tag is the basic tag for displaying hard-coded values and data returned by the report.
|
|
Subclasses | |
---|---|
%ZEN.Report.Display.caption | %ZEN.Report.Display.summary |
|
|
If the appendToLastPage attribute and special attribute are defined, the string value will be appended to the end of the %ZENLastPage string to allow the
- special featues reference a page-number-citation ref-id that was generate by a with the appendIdToLastPage attribue set to "true"
Preserve linefeed in data
call - name of xsl:template to call when call is defined
the item's field is well-formed html and should either be copied as html or transformed to XSL-FO
the item's field is well-formed html and should either be copied as html or transformed to XSL-FO
the item's field is xml and should be copied to the output
the item's field is well-formed xml and defines a DeepSee table in canoncial format
If displayCaption is 1 we display the caption of the item when the item is rendered
excel formula function
column name instead of default which is fieldName
if non-null is display number format of element value, only effective when mode="displayxlsx"
expression that will be evaluated and put in output if "if" condition is true
If the field attribute is specified, the <item> renders the value of that field in the XML data. Note: field is actually used as an XPath expression, so if you have the data:
<record id='1'><customer>MegaPlex Systems</customer></record>
one would obtain the value of the id attribute with the XPath expression '@id', whereas to obtain the value of the child element customer one would use the XPath expression 'customer'.
When table uses sql, fieldname when non-null is name of field in sql
When table uses sql, fieldnum when non-null is number of field in sql
Optional formatting string for a numeric output.
Number formats are specified in the format required for the XPath format-number function.
if expression that controls output of expression
indicate-destination attribute of fo:basic-link
Insert zero-width spaces after characters. This allows field to wrap when in too short a column
identifies this item as an excel Aggregate. Note that AGGREGATETAG parameter must be set in report for aggregate to appear!
True if Excel date field
True if Excel numeric field
True if Excel time field
Optional hyperlink to place around the item's data.
If the link attribute begins with an exclamation point, it is interpreted as an XPath expression just as in the field attribute. This allows you to dynamically generate URLs within the XML data, and then use these customized URLs in the display.
Preserve spaces in data
For multi-line caption
- Example: <item special="page-number-of" />.
- This will give something like "1 of 9".
- Example (z is of in Polish): <item special="page-number-of" ofString=" z " />.
- This will give something like "1 z 9".
for each name here an xsl:with-param is generated with its name attribute set from here
list of xpaths, xpath function calls, and XSLT function calls. for each string here an xsl:with-param is generated with its select attribute set from here
placeholder marks an aggregate as a placeholder used for alignment
reverse string in XSL-FO mode
show-destination attribute of fo:basic-link
If the special attribute is specified, the
- renders a pre-definied piece of dynamic data. Possible values are currently:
- number : gives the record number within the group.
- page-number : inserts the page number within a PDF report. Is rendered as '##' in HTML.
- page-count : inserts the number of pages within a PDF report. It is rendered as '##' in HTML.
- page-number-of : inserts the page number in the form '2 of 18'. It is rendered as '## of ##' in HTML.
- page-number-/ : inserts the page number in the form '2/18'. It is rendered as '##/##' in HTML.
If suppressDuplicates is 1 then an item that matches previous item is displayed as empty
If suppressEmpty is 1 we suppress the rendering of the item and any following break if it is empty
If the value attribute is specified, the <item> renders that as a literal value.
xmlname - used to output item as having the specified xmlname when drawing to annotated xml for Excel
|
This method outputs the stylesheet that converts the input xml to the xml with Excel annotations report, table and item should override this method. Nested tables not supported.
This method outputs the necessary stylesheet information for the HTML report. Every tag should override this method.
This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.