The expression runtime encapsulates all properties of the current report processing run that might be needed to
successfully evaluate an expression. The runtime grants access to the DataRow, the TableModel of the current report
and the ProcessingContext.
author: Thomas Morgner
Method Summary
public Configuration
getConfiguration() Returns the report configuration that was used to initiate this processing run.
public int
getCurrentRow() Returns the number of the row in the tablemodel that is currently being processed.
Returns the current data-row. The datarow can be used to access the computed values of all expressions and
functions and the current row in the tablemodel.
the data-row.
Returns the current export descriptor as returned by the OutputProcessorMetaData object. The output descriptor is a
simple string collections consisting of the following components: exportclass/type/subtype
For example, the PDF export would be: pageable/pdf and the StreamHTML export would return table/html/stream
the export descriptor.