| com.projity.reports.adapter.ReportViewer
ReportViewer | public class ReportViewer extends JRViewer (Code) | | Subclass of JRViewer that allows changing the contents of the report while
reusing the viewer
|
ReportViewer | public ReportViewer(JasperPrint arg0) throws JRException(Code) | | Parameters: arg0 - throws: net.sf.jasperreports.engine.JRException - |
changeReport | public void changeReport(JasperPrint jrPrint) throws JRException(Code) | | Change the report in the current viewer
Parameters: jrPrint - throws: JRException - |
zoomIn | public void zoomIn()(Code) | | |
zoomOut | public void zoomOut()(Code) | | |
|
|