jet.udo
Interface JRObjectResultCreator
public interface JRObjectResultCreator
This interface will take JReport system's Report Record as input paramters
and produce the UDO's JRObjectResult.
The Report Record is used inside the JReport system to form the report.
It contains all the needing data information.
- See Also:
JRObjectResult
createJRObjectResult
JRObjectResult createJRObjectResult(JRObjectTemplate rpt,
Record record)
- Create a JRObjectResult by specified template and record.
- Parameters:
rpt - The template of the udo.record - The current record.
- Returns:
- a JRObjectResult object binds with the current record.
- See Also:
jet.connect.record