it.eng.qbe.export
Class ReportRunner
java.lang.Object
it.eng.qbe.export.ReportRunner
public class ReportRunner
- extends java.lang.Object
Compile, fill and export a report template to a file or stream
- Author:
- Gioia
Method Summary |
net.sf.jasperreports.engine.fill.JRFileVirtualizer |
getVirtualizer(int maxNumOfPages,
java.lang.String tmpDirectory)
|
void |
run(java.io.File templateFile,
java.io.File reportFile,
java.lang.String outputType,
java.sql.Connection conn)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportRunner
public ReportRunner()
run
public void run(java.io.File templateFile,
java.io.File reportFile,
java.lang.String outputType,
java.sql.Connection conn)
throws java.lang.Exception
- Throws:
java.lang.Exception
getVirtualizer
public net.sf.jasperreports.engine.fill.JRFileVirtualizer getVirtualizer(int maxNumOfPages,
java.lang.String tmpDirectory)