Save This Page
Home » jasperreports-3.0.0-project » net.sf.jasperreports.engine » [javadoc | source]
net.sf.jasperreports.engine
public class: JasperRunManager [javadoc | source]
java.lang.Object
   net.sf.jasperreports.engine.JasperRunManager
Fa�ade class for the JasperReports engine.
Method from net.sf.jasperreports.engine.JasperRunManager Summary:
runReportToHtmlFile,   runReportToHtmlFile,   runReportToHtmlFile,   runReportToHtmlFile,   runReportToHtmlFile,   runReportToHtmlFile,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdf,   runReportToPdfFile,   runReportToPdfFile,   runReportToPdfFile,   runReportToPdfFile,   runReportToPdfFile,   runReportToPdfFile,   runReportToPdfStream,   runReportToPdfStream,   runReportToPdfStream
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sf.jasperreports.engine.JasperRunManager Detail:
 public static String runReportToHtmlFile(String sourceFileName,
    Map parameters) throws JRException 
    Fills a report and saves it directly into a HTML file. The intermediate JasperPrint object is not saved on disk.
 public static String runReportToHtmlFile(String sourceFileName,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and saves it directly into a HTML file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToHtmlFile(String sourceFileName,
    String destFileName,
    Map parameters) throws JRException 
    Fills a report and saves it directly into a HTML file. The intermediate JasperPrint object is not saved on disk.
 public static String runReportToHtmlFile(String sourceFileName,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and saves it directly into a HTML file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToHtmlFile(String sourceFileName,
    String destFileName,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and saves it directly into a HTML file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToHtmlFile(String sourceFileName,
    String destFileName,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and saves it directly into a HTML file. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(String sourceFileName,
    Map parameters) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(InputStream inputStream,
    Map parameters) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(JasperReport jasperReport,
    Map parameters) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(String sourceFileName,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(InputStream inputStream,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(JasperReport jasperReport,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(String sourceFileName,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and sends it to an output stream in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(InputStream inputStream,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static byte[] runReportToPdf(JasperReport jasperReport,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and returns byte array object containing the report in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static String runReportToPdfFile(String sourceFileName,
    Map parameters) throws JRException 
    Fills a report and saves it directly into a PDF file. The intermediate JasperPrint object is not saved on disk.
 public static String runReportToPdfFile(String sourceFileName,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and saves it directly into a PDF file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToPdfFile(String sourceFileName,
    String destFileName,
    Map parameters) throws JRException 
    Fills a report and saves it directly into a PDF file. The intermediate JasperPrint object is not saved on disk.
 public static String runReportToPdfFile(String sourceFileName,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and saves it directly into a PDF file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToPdfFile(String sourceFileName,
    String destFileName,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and saves it directly into a PDF file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToPdfFile(String sourceFileName,
    String destFileName,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and saves it directly into a PDF file. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToPdfStream(InputStream inputStream,
    OutputStream outputStream,
    Map parameters) throws JRException 
    Fills a report and sends it directly to an OutputStream in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToPdfStream(InputStream inputStream,
    OutputStream outputStream,
    Map parameters,
    Connection conn) throws JRException 
    Fills a report and sends it directly to an OutputStream in PDF format. The intermediate JasperPrint object is not saved on disk.
 public static  void runReportToPdfStream(InputStream inputStream,
    OutputStream outputStream,
    Map parameters,
    JRDataSource jrDataSource) throws JRException 
    Fills a report and sends it directly to an OutputStream in PDF format. The intermediate JasperPrint object is not saved on disk.