Serialized Form
|
Package org.wicketstuff.jasperreports |
resource
JRResource resource
serialVersionUID: 1L
handler
IJRResourceHandler handler
type
int type
- Type of image (one of BufferedImage.TYPE_*).
zoomRatio
float zoomRatio
- The zoom ratio used for the export. The default value is 1.
format
java.lang.String format
- the image type. The default value is 'png'.
connectionProvider
IDatabaseConnectionProvider connectionProvider
- the connection provider if any for filling this report.
jasperReportFactory
IJasperReportFactory jasperReportFactory
- factory for delayed report creation.
reportParameters
java.util.Map<K,V> reportParameters
- the report parameters.
reportDataSource
net.sf.jasperreports.engine.JRDataSource reportDataSource
- the datasource if any for filling this report.
fileName
java.lang.String fileName
- When set, a header 'Content-Disposition: attachment;
filename="${fileName}"' will be added to the response, resulting in a
download dialog. No magical extensions are added, so you should make sure
the file has the extension you want yourself.
|
Package org.wicketstuff.jasperreports.handlers |
pageWidth
int pageWidth
- an integer representing the page width in characters.
pageHeight
int pageHeight
- an integer representing the page height in characters.
Copyright © 2005-2010 Wicket developers. All Rights Reserved.