Setting the report communicator

The method SetReportCommunicator(Communicator) is used to set the report communicator.

Parameter

You are recommended to use getReportCommunicator() in JReport Engine Bean, and use the method setCommunicator() in JReport Result Viewer Bean. That is,

resultViewerBean.setCommunicator(engineBean.getReportCommunicator());