Package | Description |
---|---|
org.wicketstuff.jasperreports |
Modifier and Type | Class and Description |
---|---|
class |
JRConcreteResource<H extends IJRResourceHandler>
A concrete implementation of a JRResource that delegates the common methods to a handler
|
class |
JRCsvResource
Deprecated.
Use JRConcreteResource(*, new CsvResourceHandler())
|
class |
JRHtmlResource
Deprecated.
Use JRConcreteResource(*, new HtmlResourceHandler())
|
class |
JRImageResource
Resource class for jasper reports PDF resources.
|
class |
JRPdfResource
Deprecated.
Use JRConcreteResource(*, new PdfResourceHandler())
|
class |
JRRtfResource
Deprecated.
Use JRConcreteResource(*, new RtfResourceHandler())
|
class |
JRTextResource
Deprecated.
Use JRConcreteResource(*, new TextResourceHandler())
|
class |
JRXlsResource
Deprecated.
Use JRConcreteResource(*, new XlsResourceHandler())
|
Modifier and Type | Method and Description |
---|---|
JRResource |
JRResource.setConnectionProvider(IDatabaseConnectionProvider provider)
Sets the connection provider if any for filling this report.
|
JRResource |
JRResource.setFileName(String name)
Sets the file name.
|
JRResource |
JRResource.setReportDataSource(net.sf.jasperreports.engine.JRDataSource dataSource)
Sets the datasource if any for filling this report.
|
JRResource |
JRResource.setReportParameters(Map<String,Object> params)
Sets the report parameters.
|
Constructor and Description |
---|
EmbeddedJRReport(String componentID,
JRResource resource)
Construcxt.
|
Copyright © 2015. All rights reserved.