Static Public Member Functions | |
| static File | runCompiledReportToPDFFile (String compiledReportName, String frameworkName, Map parameters, JRDataSource dataSource) |
| static String | toString (JRField jrField) |
| static File runCompiledReportToPDFFile | ( | String | compiledReportName, | |
| String | frameworkName, | |||
| Map | parameters, | |||
| JRDataSource | dataSource | |||
| ) | [static] |
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. Thus making it easy for us to implement report images by just dropping them into the Resources directory alongside the jasper report template.
| compiledReportName | ||
| frameworkName | ||
| parameters | ||
| dataSource |
| static String toString | ( | JRField | jrField | ) | [static] |
| jrField |
1.5.8