public interface JasperPrintAccessor
JasperPrint accessor object.
Such an object is usually placed on the session when a report is generated.| Modifier and Type | Method and Description |
|---|---|
JasperPrint |
getFinalJasperPrint()
Returns the generated report, ensuring before that the report generation has ended.
|
JasperPrint |
getJasperPrint()
Returns the generated report.
|
ReportExecutionStatus |
getReportStatus()
Returns the status of the report execution.
|
ReportPageStatus |
pageStatus(int pageIdx,
Long pageTimestamp)
Ensures that a page is available in the generated report.
|
ReportPageStatus pageStatus(int pageIdx, Long pageTimestamp)
pageIdx - the page indexpageTimestamp - JasperPrint getJasperPrint()
JasperPrint getFinalJasperPrint()
ReportExecutionStatus getReportStatus()
Copyright © 2017. All rights reserved.