public class ERJRUtilities extends Object
Constructor and Description |
---|
ERJRUtilities() |
Modifier and Type | Method and Description |
---|---|
static File |
runCompiledReportToPDFFile(String compiledReportName,
String frameworkName,
Map parameters,
net.sf.jasperreports.engine.JRDataSource dataSource)
It is important to use the JasperRunManager method called below and avoid the use of InputStream etc because
by providing the file pathname of the report to the JasperRunManager, it will then look for images defined by String
as filenames and paths relative to the file path of the report template itself.
|
static String |
toString(net.sf.jasperreports.engine.JRField jrField) |
public static File runCompiledReportToPDFFile(String compiledReportName, String frameworkName, Map parameters, net.sf.jasperreports.engine.JRDataSource dataSource)
compiledReportName
- frameworkName
- parameters
- dataSource
- public static String toString(net.sf.jasperreports.engine.JRField jrField)
jrField
- Copyright © 2002 – 2024 Project Wonder.