dori.jasper.engine.fill
Class JRFiller

java.lang.Object
  extended bydori.jasper.engine.fill.JRFiller

public abstract class JRFiller
extends java.lang.Object


Constructor Summary
JRFiller()
           
 
Method Summary
static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters, java.sql.Connection conn)
           
static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters, JRDataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRFiller

public JRFiller()
Method Detail

fillReport

public static JasperPrint fillReport(JasperReport jasperReport,
                                     java.util.Map parameters,
                                     java.sql.Connection conn)
                              throws JRException
Throws:
JRException

fillReport

public static JasperPrint fillReport(JasperReport jasperReport,
                                     java.util.Map parameters,
                                     JRDataSource dataSource)
                              throws JRException
Throws:
JRException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.